menu
chalona_api package
documentation
tools/data.dart
Data<T>
isNumeric property
isNumeric property
dark_mode
light_mode
isNumeric
property
bool
get
isNumeric
Implementation
bool get isNumeric => type == DataType.int || type == DataType.double;
chalona_api package
documentation
tools/data
Data<T>
isNumeric property
Data class