empty property Null safety
final
Empty metadata with only default values.
Using this is slightly more efficient than manually constructing a new metadata with no arguments.
Implementation
static final empty = Metadata._();
Empty metadata with only default values.
Using this is slightly more efficient than manually constructing a new metadata with no arguments.
static final empty = Metadata._();