fields property

  1. @override
MappableFields<BackgroundDefinition> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<BackgroundDefinition> fields = const {
  #offset: _f$offset,
  #size: _f$size,
  #texture: _f$texture,
  #priority: _f$priority,
};