JsonDecodable<T> extension
- on
-
- Decodable<
T>
- Decodable<
Methods
-
fromJson(
String json) → T -
Available on Decodable<
T> , provided by the JsonDecodable extension -
fromJsonBytes(
List< int> bytes) → T -
Available on Decodable<
T> , provided by the JsonDecodable extension