JsonSchemaBloc constructor
Create a JsonSchemaBloc using
formContext
and optionally
onFormChanged
and onFormWillPop
.
Implementation
JsonSchemaBloc({
@required this.formContext,
this.onFormChanged,
this.onFormWillPop,
}) {
configureJsonSchemaForVm();
// configureJsonSchemaForBrowser();
}