BaseMetadata extension type
Basic metadata required by multiple types.
Not to be confused with the _meta
property in the spec, which has a
different purpose.
- on
- Implemented types
- Implementers
Constructors
- BaseMetadata.new({required String name, String? title})
-
factory
-
BaseMetadata.fromMap(Map<
String, Object?> _value)