menu
codable_dart package
documentation
common.dart
AsListDecodable extension
AsListDecodable extension
dark_mode
light_mode
AsListDecodable<
T
>
extension
on
Decodable
<
T
>
Methods
list
(
)
→
Decodable
<
List
<
T
>
>
Available on
Decodable
<
T
>
, provided by the
AsListDecodable
extension
Returns a
Decodable
object that can decode a list of
T
.
codable_dart package
documentation
common
AsListDecodable extension
common library