menu
webapp package
documentation
wa_model_less.dart
FormatHelper
asInt method
asInt method
dark_mode
light_mode
asInt
method
int
asInt
(
{
int
?
def
,
})
Implementation
int asInt({int? def}) { return int.tryParse(this.toString()) ?? def ?? 0; }
webapp package
documentation
wa_model_less
FormatHelper
asInt method
FormatHelper extension on dynamic