darq
darq
Tuple3
<
T0
,
T1
,
T2
>
toJson method
toJson
darq
darq
Tuple3
<
T0
,
T1
,
T2
>
toJson method
Tuple3 class
Constructors
Tuple3
fromJson
Properties
first
hashCode
isEmpty
isNotEmpty
item0
item1
item2
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, 'item2': item2, };