menu
codable_dart package
documentation
extended.dart
CompatKeyedDecoder
wrap<T> static method
wrap<T> static method
dark_mode
light_mode
wrap<
T
>
static method
KeyedDecoder
wrap
<
T
>(
MappedDecoder
decoder
)
Implementation
static KeyedDecoder wrap<T>(MappedDecoder decoder) { return CompatKeyedDecoder._(decoder); }
codable_dart package
documentation
extended
CompatKeyedDecoder
wrap<T> static method
CompatKeyedDecoder class