error property

String? error

Returns the error status of the Controller

Implementation

String? get error => errorFor(typeName);
void error=(dynamic value)

Sets the error for the Controller

Implementation

set error(value) => setError(value);