fields property

  1. @override
MappableFields<GameObject> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<GameObject> fields = const {
  #asset: _f$asset,
  #variation: _f$variation,
  #hidden: _f$hidden,
};