fields property

  1. @override
MappableFields<SwampConfig> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<SwampConfig> fields = const {
  #description: _f$description,
  #maxPlayers: _f$maxPlayers,
  #noDarkRooms: _f$noDarkRooms,
};