isCanceled property

bool isCanceled

Indicates whether the form submission has been canceled.

Implementation

bool get isCanceled => this == FormzSubmissionStatus.canceled;