menu
rattle
utils/is_numeric.dart
isNumeric function
isNumeric
dark_mode
light_mode
isNumeric
function
bool
isNumeric
(
String
type
)
Implementation
bool isNumeric(String type) { // Assume type is not empty. return type == 'dbl' || type == 'int'; }
rattle
is_numeric
isNumeric function
is_numeric library