TypeHelper<T extends TypeHelperContext> class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deserialize(DartType targetType, String expression, T context, bool defaultProvided)
→ Object?
-
Returns Dart code that deserializes an
expression
representing a JSON
literal to into targetType
.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(DartType targetType, String expression, T context)
→ Object?
-
Returns Dart code that serializes an
expression
representing a Dart
object of type targetType
.
-
toString()
→ String
-
A string representation of this object.
inherited