call abstract method

  1. @override
$R call({
  1. GameTable? table,
  2. GameInfo? info,
  3. Map<String, Set<int>>? teamMembers,
  4. int? id,
  5. List<SignatureMetadata>? packsSignature,
})
override

Implementation

@override
$R call(
    {GameTable? table,
    GameInfo? info,
    Map<String, Set<int>>? teamMembers,
    int? id,
    List<SignatureMetadata>? packsSignature});