SearchTrending class

Constructors

SearchTrending({List<Coins> coins = const [], List? exchanges})
SearchTrending.fromJson(Map<String, dynamic> json)
factory

Properties

coins List<Coins>
getter/setter pair
exchanges List?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isNull bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<Coins>? coins, List? exchanges}) SearchTrending
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override