menu
codable_dart package
documentation
csv.dart
CsvDecoder
decodeIsNull method
decodeIsNull method
dark_mode
light_mode
decodeIsNull
method
@
override
bool
decodeIsNull
(
)
override
Checks if the data is null.
Implementation
@override bool decodeIsNull() { return false; }
codable_dart package
documentation
csv
CsvDecoder
decodeIsNull method
CsvDecoder class