TypeHelperContextWithConvert class
abstract
Methods
-
addMember(String memberContent)
→ void
-
Adds
memberContent
to the set of generated, top-level members.
inherited
-
deserialize(DartType fieldType, String expression)
→ Object?
-
expression
may be just the name of the field or it may an expression
representing the serialization of a value.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(DartType fieldType, String expression)
→ Object?
-
expression
may be just the name of the field or it may an expression
representing the serialization of a value.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited