ValidateResult class

Constructors

ValidateResult.from({String? errorMessage, String? fieldName, required bool success, VerifyType? type, FormStrategy? strategy})

Properties

errorMessage String?
result tip message
getter/setter pair
fieldName String?
check field
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strategy FormStrategy?
use strategy type
getter/setter pair
success bool
result
getter/setter pair
type VerifyType?
check type
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited