menu
mno_shared package
documentation
publication.dart
IntCheck
check method
check method
dark_mode
light_mode
check
method
int
?
check
(
int
?
defaultValue
)
Implementation
int? check(int? defaultValue) => (this == _emptyIntValue) ? defaultValue : this;
mno_shared package
documentation
publication
IntCheck
check method
IntCheck extension on
int
?