decodeObjectOrNull<T> abstract method
Decodes the data as a nullable object of type T
.
When the data is not null behaves like decodeObject.
Implementation
T? decodeObjectOrNull<T>({Decodable<T>?using});
Decodes the data as a nullable object of type T
.
When the data is not null behaves like decodeObject.
T? decodeObjectOrNull<T>({Decodable<T>?using});