DelegateParamValueSerializer<T> class
final
Properties
-
check
→ bool Function(dynamic value)?
-
final
-
decoder
→ T? Function(dynamic param, dynamic data)
-
final
-
encoder
→ dynamic Function(dynamic param, T? value)
-
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
canProcess(dynamic value)
→ bool
-
override
-
decode(dynamic param, dynamic data)
→ T?
-
override
-
encode(dynamic param, T? value)
→ dynamic
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited