fields property
final
The set of fields this interface defines.
Implementation
@override
final MappableFields<GameTeam> fields = const {
#description: _f$description,
#color: _f$color,
#claimedCells: _f$claimedCells,
};
The set of fields this interface defines.
@override
final MappableFields<GameTeam> fields = const {
#description: _f$description,
#color: _f$color,
#claimedCells: _f$claimedCells,
};