isSuccess property
bool
get
isSuccess
Indicates whether the form has been submitted successfully.
Implementation
bool get isSuccess => this == FormzSubmissionStatus.success;
Indicates whether the form has been submitted successfully.
bool get isSuccess => this == FormzSubmissionStatus.success;