menu
typesql package
documentation
sqlite.dart
Row
Row.new constructor
Row.new constructor
dark_mode
light_mode
Row
constructor
Row
(
Cursor
_result
,
List
<
Object
?
>
data
)
Implementation
Row(
this
._result,
List
<
Object?
> data) : _data =
List
.unmodifiable(data);
typesql package
documentation
sqlite
Row
Row.new constructor
Row class
Constructors
new
Properties
entries
first
hashCode
isEmpty
isNotEmpty
keys
last
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
columnAt
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
toTableColumnMap
update
updateAll
Operators
operator ==
operator []
operator []=