darq
darq
Tuple1
<
T
>
toMap method
toMap
darq
darq
Tuple1
<
T
>
toMap method
Tuple1 class
Constructors
Tuple1
fromJson
Properties
first
hashCode
isEmpty
isNotEmpty
item
iterator
last
length
runtimeType
single
Methods
any
cast
contains
copyWith
elementAt
every
expand
firstWhere
fold
followedBy
forEach
join
lastWhere
map
noSuchMethod
reduce
singleWhere
skip
skipWhile
take
takeWhile
toList
toMap
toSet
toString
where
whereType
Operators
operator ==
operator []
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => {'item': item};