fields property

  1. @override
MappableFields<CellHideChanged> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<CellHideChanged> fields = const {
  #cell: _f$cell,
  #object: _f$object,
  #hide: _f$hide,
};