menu
sqlite_async package
documentation
sqlite3.dart
SubtypedValue
SubtypedValue.new factory constructor
SubtypedValue.new factory constructor
dark_mode
light_mode
SubtypedValue
constructor
SubtypedValue
(
Object
?
value
,
int
subtype
)
Implementation
factory SubtypedValue(Object? value, int subtype) { return SubtypedValue._((value, subtype)); }
sqlite_async package
documentation
sqlite3
SubtypedValue
SubtypedValue.new factory constructor
SubtypedValue extension type