convert abstract method
dynamic
convert(
- T value
Converts the provided value
to a json representable object.
Implementation
dynamic convert(T value);
Converts the provided value
to a json representable object.
dynamic convert(T value);