menu
codable_dart package
documentation
standard.dart
CodableCompatibleCodec<In, Out>
fuseCodable<T> abstract method
fuseCodable<T> abstract method
dark_mode
light_mode
fuseCodable<
T
>
abstract method
Codec
<
T
,
Out
>
?
fuseCodable
<
T
>(
Codable
<
T
>
codable
)
Implementation
Codec<T, Out>? fuseCodable<T>(Codable<T> codable);
codable_dart package
documentation
standard
CodableCompatibleCodec<In, Out>
fuseCodable<T> abstract method
CodableCompatibleCodec class