HandledPaths.ofProperties constructor

HandledPaths.ofProperties(
  1. Iterable<IMSchemaProperty?> properties,
  2. JsonPath basePath,
  3. MetaPropertyHandler _handler, {
  4. 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;