menu
resqlite
resqlite.dart
RowSchema
columnCount property
columnCount
dark_mode
light_mode
columnCount
property
int
get
columnCount
The number of columns in this schema.
Implementation
int get columnCount => names.length;
resqlite
resqlite
RowSchema
columnCount property
RowSchema class