fields property

  1. @override
MappableFields<GameProperty> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<GameProperty> fields = const {
  #description: _f$description,
  #maxPlayers: _f$maxPlayers,
  #currentPlayers: _f$currentPlayers,
  #packsSignature: _f$packsSignature,
};