menu
codable_dart package
documentation
extended.dart
StreamCodable<T>
StreamCodable.new const constructor
StreamCodable.new const constructor
dark_mode
light_mode
StreamCodable<
T
>
constructor
const
StreamCodable<
T
>
(
Codable
<
T
>
codable
)
Implementation
const StreamCodable(this.codable);
codable_dart package
documentation
extended
StreamCodable<T>
StreamCodable.new const constructor
StreamCodable class