read abstract method
T
read(
- DartObject obj
Attempts to create an instance of T with information read from
the constant obj.
Should throw ErrorOf with type argument Decoder with type argument
T if an instance of T cannot be read from obj.
Implementation
T read(DartObject obj);