menu
finch package
documentation
sqlite_client.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)); }
finch package
documentation
sqlite_client
SubtypedValue
SubtypedValue.new factory constructor
SubtypedValue extension type