fields property

  1. @override
MappableFields<CellSwitched> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<CellSwitched> fields = const {
  #cell: _f$cell,
  #selected: _f$selected,
  #teleport: _f$teleport,
};