fields property

  1. @override
MappableFields<GameInfo> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<GameInfo> fields = const {
  #teams: _f$teams,
  #packs: _f$packs,
};