menu
codable_dart package
documentation
standard.dart
StandardDecoder
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 _value == null; }
codable_dart package
documentation
standard
StandardDecoder
decodeIsNull method
StandardDecoder class