JsonSchemaBloc constructor

JsonSchemaBloc( {@required BuildContext formContext, VoidCallback onFormChanged, WillPopCallback onFormWillPop })

Create a JsonSchemaBloc using formContext and optionally onFormChanged and onFormWillPop.

Implementation

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