CustomValueFormat<T extends Object> class
Methods
-
call(T data)
→ FutureOr<EncodedData>
-
Encodes the provided data to platform specific format.
The encoded data can be added to DataWriterItem.
inherited
-
lazy(DataProvider<T> provider)
→ FutureOr<EncodedData>
-
Encodes the provided lazy data. Some platforms support providing the data
on demand. In which case the
provider
callback will be invoked when
the data is requested. On platforms that do not support this (iOS, web)
the provider
callback will be called eagerly.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited