call abstract method

$R call({
  1. String? description,
  2. TeamColor? color,
  3. Set<GlobalVectorDefinition>? claimedCells,
})

Implementation

$R call(
    {String? description,
    TeamColor? color,
    Set<GlobalVectorDefinition>? claimedCells});