MetaFormResult constructor

MetaFormResult({
  1. required IMSchemaDefinition definition,
  2. JsonPath basePath = JsonPath.Root,
})

Implementation

MetaFormResult({required this.definition, this.basePath = JsonPath.Root})
    : pending = mapOf(definition.properties!, keyOf: (prop) => prop.jsonPath);