menu
codable_dart package
documentation
standard.dart
StandardEncoder
encodeIntOrNull method
encodeIntOrNull method
dark_mode
light_mode
encodeIntOrNull
method
@
override
void
encodeIntOrNull
(
int
?
value
)
override
Encodes a nullable integer value.
Implementation
@override void encodeIntOrNull(int? value) { _value = value; }
codable_dart package
documentation
standard
StandardEncoder
encodeIntOrNull method
StandardEncoder class