menu
auto_binding_field package
documentation
util/extension.dart
EnumParsing
toParseInt method
toParseInt method
dark_mode
light_mode
toParseInt
method
int
?
toParseInt
(
)
Implementation
int? toParseInt() { String? value = this; return int.tryParse(value.toString()); }
auto_binding_field package
documentation
util/extension
EnumParsing
toParseInt method
EnumParsing extension on
String
?