menu
sonicdb_generator package
documentation
utils/type.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_generator package
documentation
utils/type
isIntegerType function
type library