menu
sonicdb package
documentation
utils.dart
isNullableType function
isNullableType function
dark_mode
light_mode
isNullableType
function
bool
isNullableType
(
String
type
)
Implementation
bool isNullableType(String type) { return type.endsWith("?"); }
sonicdb package
documentation
utils
isNullableType function
utils library