FieldResultFree<T> class

Constructors

FieldResultFree(DBFieldFree field, {bool success = true, bool failed = false, String error = '', List? errors, String errorHtml = '', String valid = '', T? value, T? parsedValue})

Properties

error String
getter/setter pair
errorHtml String
getter/setter pair
errors List
getter/setter pair
failed bool
getter/setter pair
field DBFieldFree
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parsedValue ↔ T?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success bool
getter/setter pair
valid String
getter/setter pair
value ↔ T?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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