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