JsonSchemaBloc constructor

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

Implementation

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