hasValue property
bool
get
hasValue
Whether the form has data.
Implementation
bool get hasValue => this is AsyncFormData<Request, Response>;
Whether the form has data.
bool get hasValue => this is AsyncFormData<Request, Response>;