isSuccess property

bool get isSuccess

Indicates whether the form has been submitted successfully.

Implementation

bool get isSuccess => this == FormzSubmissionStatus.success;