darq
darq
Tuple2
<
T0
,
T1
>
toJson method
toJson
darq
darq
Tuple2
<
T0
,
T1
>
toJson method
Tuple2 class
Constructors
Tuple2
fromJson
Properties
first
hashCode
isEmpty
isNotEmpty
item0
item1
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
toJson
toList
toSet
toString
where
whereType
Operators
operator ==
operator []
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { 'item0': item0, 'item1': item1, };