call abstract method

  1. @override
$R call({
  1. String? table,
  2. VectorDefinition? from,
  3. VectorDefinition? to,
  4. int? index,
})
override

Implementation

@override
$R call(
    {String? table,
    VectorDefinition? from,
    VectorDefinition? to,
    int? index});