HandledPaths.ofProperties constructor
HandledPaths.ofProperties(
- Iterable<
IMSchemaProperty?> properties, - JsonPath basePath,
- MetaPropertyHandler _handler, {
- dynamic data = const {},
Implementation
HandledPaths.ofProperties(Iterable<IMSchemaProperty?> properties, this.basePath, this._handler, {this.data = const {}})
: paths = mapOf(properties, keyOf: (p) => p!.jsonPath),
path = properties.first!.jsonPath;