fields property

  1. @override
MappableFields<ItemLocation> fields
final

The set of fields this interface defines.

Implementation

@override
final MappableFields<ItemLocation> fields = const {
  #namespace: _f$namespace,
  #id: _f$id,
};