menu
codable_dart package
documentation
core.dart
Decoder
decodeIntOrNull abstract method
decodeIntOrNull abstract method
dark_mode
light_mode
decodeIntOrNull
abstract method
int
?
decodeIntOrNull
(
)
Decodes the data as a nullable integer value.
Implementation
int? decodeIntOrNull();
codable_dart package
documentation
core
Decoder
decodeIntOrNull abstract method
Decoder class