hasValue property

bool get hasValue

Whether the form has data.

Implementation

bool get hasValue => this is AsyncFormData<Request, Response>;