menu
codable_dart package
documentation
standard.dart
StandardDecodable<T>
fromValue method
fromValue method
dark_mode
light_mode
fromValue
method
T
fromValue
(
Object
?
value
)
Implementation
T fromValue(Object? value) { return StandardDecoder.decode<T>(value, using: this); }
codable_dart package
documentation
standard
StandardDecodable<T>
fromValue method
StandardDecodable extension on
Decodable
<
T
>