schemas property
The registered component schemas, in registration order.
Implementation
Iterable<ComponentSchema> get schemas =>
_byType.values.map((codec) => codec.schema);
The registered component schemas, in registration order.
Iterable<ComponentSchema> get schemas =>
_byType.values.map((codec) => codec.schema);