menu
codable_dart package
documentation
extended.dart
LazyDecoder
decodeList<T> abstract method
decodeList<T> abstract method
dark_mode
light_mode
decodeList<
T
>
abstract method
void
decodeList
<
T
>(
void
onValue
(
List
<
T
>
value
), {
Decodable
<
T
>
?
using
,
})
Implementation
void decodeList<T>(void Function(List<T> value) onValue, {Decodable<T>? using});
codable_dart package
documentation
extended
LazyDecoder
decodeList<T> abstract method
LazyDecoder class