menu
webf package
documentation
css.dart
CSSInteger
isInteger static method
isInteger static method
dark_mode
light_mode
isInteger
static method
bool
isInteger
(
String
value
)
Implementation
static bool isInteger(String value) { return int.tryParse(value) != null; }
webf package
documentation
css
CSSInteger
isInteger static method
CSSInteger class