SubmitCompleteProgressEvent constructor

const SubmitCompleteProgressEvent(
  1. Response? response
)

Creates a new SubmitCompleteProgressEvent with the given response indicating the result of the Form Submission

Implementation

const SubmitCompleteProgressEvent(this.response) : super._();