menu
sonicdb package
documentation
utils.dart
isIntegerType function
isIntegerType function
dark_mode
light_mode
isIntegerType
function
bool
isIntegerType
(
String
type
)
Implementation
bool isIntegerType(String type) { return type == "int" || type == "int?"; }
sonicdb package
documentation
utils
isIntegerType function
utils library