menu
flutter_survey_js_model package
documentation
utils.dart
JsonObjectExtension
tryCastToInt method
tryCastToInt method
dark_mode
light_mode
tryCastToInt
method
int
?
tryCastToInt
(
)
Implementation
int? tryCastToInt() { if (this == null) { return null; } return this!.value.tryCastToInt(); }
flutter_survey_js_model package
documentation
utils
JsonObjectExtension
tryCastToInt method
JsonObjectExtension extension on JsonObject?