FlutterJsonSchemaFormController constructor

FlutterJsonSchemaFormController({
  1. required JsonSchema jsonSchema,
})

Implementation

FlutterJsonSchemaFormController({
  required this.jsonSchema,
}) {
  textEditingControllerMapping = generateEditingControllerMapping(jsonSchema);
}