menu
innerlibs
boolean_extensions.dart
BooleanExtensions
toNullableInt property
toNullableInt
dark_mode
light_mode
toNullableInt
property
int
?
get
toNullableInt
Implementation
int? get toNullableInt => this != null ? (this! ? 1 : 0) : null;
innerlibs
boolean_extensions
BooleanExtensions
toNullableInt property
BooleanExtensions extension on
bool
?