TypeConvertAdapter<From, To> class abstract

类型转换器 当调用属性 函数 时类型不匹配时来完成转换动作 支持正向转换与反向转换

Inheritance
Implementers

Constructors

TypeConvertAdapter()

Properties

from Type
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to Type
no setterinherited

Methods

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

Operators

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