menu
resqlite
resqlite.dart
RowSchema
names property
names
dark_mode
light_mode
names
property
List
<
String
>
names
final
Column names in query order, matching the SELECT clause.
Implementation
final List<String> names;
resqlite
resqlite
RowSchema
names property
RowSchema class