darq
darq
Tuple1
<
T
>
Tuple1.fromJson factory constructor
Tuple1.fromJson
darq
darq
Tuple1
<
T
>
Tuple1.fromJson factory constructor
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 []
Tuple1<
T
>.fromJson
constructor
Tuple1<
T
>.fromJson
(
Map
<
String
,
dynamic
>
map
)
Implementation
factory Tuple1.fromJson(Map<String, dynamic> map) => Tuple1(map['item']);