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,
#waypoints: _f$waypoints,
};