menu
mysql_utils package
documentation
mysql1/src/results/row.dart
ResultRow
fields property
fields property
dark_mode
light_mode
fields
property
Map
<
String
,
dynamic
>
fields
final
Values as Map
Implementation
final
Map
<
String
,
dynamic
> fields = <
String
,
dynamic
>{};
mysql_utils package
documentation
mysql1/src/results/row
ResultRow
fields property
ResultRow class
Constructors
new
Properties
fields
first
firstOrNull
(ext)
hashCode
indexed
(ext)
isEmpty
isNotEmpty
iterator
last
lastOrNull
(ext)
length
nonNulls
(ext)
reversed
runtimeType
single
singleOrNull
(ext)
toJS
(ext)
toJSProxyOrRef
(ext)
values
wait
(ext)
Methods
add
addAll
any
asMap
asNameMap
(ext)
byName
(ext)
cast
clear
contains
elementAt
elementAtOrNull
(ext)
every
expand
fillRange
firstWhere
fold
followedBy
forEach
getRange
indexOf
indexWhere
insert
insertAll
join
lastIndexOf
lastIndexWhere
lastWhere
map
noSuchMethod
readField
reduce
remove
removeAt
removeLast
removeRange
removeWhere
replaceRange
retainWhere
setAll
setRange
shuffle
singleWhere
skip
skipWhile
sort
sublist
take
takeWhile
toList
toSet
toString
where
whereType
Operators
operator +
operator ==
operator []
operator []=