propsByPath property

Map<JsonPath, IMSchemaProperty> propsByPath
override

Implementation

Map<JsonPath, IMSchemaProperty> get propsByPath =>
    _propsByPath ??= mapOf(properties!, keyOf: (p) => p.jsonPath);