schemas property

Iterable<ComponentSchema> get schemas

The registered component schemas, in registration order.

Implementation

Iterable<ComponentSchema> get schemas =>
    _byType.values.map((codec) => codec.schema);