ValidatingPropertyProperty class
Properties
-
field
→ FieldDescriptor
-
finalinherited
-
getter
→ Getter
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
setter
→ Setter?
-
finalinherited
-
type
→ AbstractType<dynamic, AbstractType>
-
final
Methods
-
get(dynamic instance, MappingContext context)
→ dynamic
-
Read a property value given an instance
inherited
-
getType()
→ Type
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
set(dynamic instance, dynamic value, MappingContext context)
→ void
-
Write a property value given an instance
override
-
toString()
→ String
-
A string representation of this object.
inherited
-
validate(dynamic value)
→ void
-
override