menu
codable_dart package
documentation
json.dart
JsonDecodable<T>
fromJson method
fromJson method
dark_mode
light_mode
fromJson
method
T
fromJson
(
String
json
)
Implementation
T fromJson(String json) { return fromJsonBytes(utf8.encode(json)); }
codable_dart package
documentation
json
JsonDecodable<T>
fromJson method
JsonDecodable extension on
Decodable
<
T
>