all property

Map<String, Map<String, Object?>> get all

All five schemas keyed by type (defensive copies of the maps).

Implementation

static Map<String, Map<String, Object?>> get all =>
    _schemas.map((type, schema) => MapEntry(type, {...schema}));