menu
sunny_sdk_core package
documentation
model_exports.dart
StringNullableXX
toIntOrNull method
toIntOrNull method
dark_mode
light_mode
toIntOrNull
method
int
?
toIntOrNull
(
)
Implementation
int? toIntOrNull() => this == null ? null : int.tryParse(this!);
sunny_sdk_core package
documentation
model_exports
StringNullableXX
toIntOrNull method
StringNullableXX extension on
String
?