fields property

  1. @override
MappableFields<BackgroundChanged> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<BackgroundChanged> fields = const {
  #background: _f$background,
};