sqlite3 package
documentation
sqlite3
ResultSet
rows property
rows
rows
property
Null safety
List
<
List
<
Object
?
>
>
rows
final
The raw row data.
Implementation
final List<List<Object?>> rows;
sqlite3 package
documentation
sqlite3
ResultSet
rows property
ResultSet class
Constructors
ResultSet
Properties
columnNames
first
hashCode
isEmpty
isNotEmpty
iterator
last
length
rows
runtimeType
single
Methods
any
cast
contains
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator ==