fields property

  1. @override
MappableFields<GlobalVectorDefinition> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<GlobalVectorDefinition> fields = const {
  #table: _f$table,
  #x: _f$x,
  #y: _f$y,
  #position: _f$position,
};