call abstract method

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

Implementation

@override
$R call(
    {String? table,
    List<int>? objects,
    VectorDefinition? from,
    VectorDefinition? to});