JsonSchemaBloc constructor
Implementation
JsonSchemaBloc({
@required this.formContext,
this.onFormChanged,
this.onFormWillPop,
}) {
configureJsonSchemaForVm();
// configureJsonSchemaForBrowser();
}
JsonSchemaBloc({
@required this.formContext,
this.onFormChanged,
this.onFormWillPop,
}) {
configureJsonSchemaForVm();
// configureJsonSchemaForBrowser();
}