menu
codable_dart package
documentation
common.dart
ListDecodable<E>
ListDecodable.new const constructor
ListDecodable.new const constructor
dark_mode
light_mode
ListDecodable<
E
>
constructor
const
ListDecodable<
E
>
(
Decodable
<
E
>
codable
)
Implementation
const ListDecodable(this.codable);
codable_dart package
documentation
common
ListDecodable<E>
ListDecodable.new const constructor
ListDecodable class