AbstractFormSubmitEvent<TModel> constructor

AbstractFormSubmitEvent<TModel>({
  1. TModel? model,
})

Implementation

AbstractFormSubmitEvent({
  this.model,
});