call abstract method

$R call({
  1. String? category,
  2. String? texture,
  3. VectorDefinition? offset,
  4. VectorDefinition? size,
})

Implementation

$R call(
    {String? category,
    String? texture,
    VectorDefinition? offset,
    VectorDefinition? size});