GlobalCoins class
Constructors
-
GlobalCoins({int activeCryptocurrencies = -1, int? upcomingIcos, int? ongoingIcos, int? endedIcos, int? markets, Map<
String, dynamic> ? totalMarketCap, Map<String, dynamic> ? totalVolume, Map<String, dynamic> ? marketCapPercentage, double? marketCapChangePercentage24hUsd, int? updatedAt}) -
GlobalCoins.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activeCryptocurrencies ↔ int
-
getter/setter pair
- endedIcos ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- isNull → bool
-
no setter
- marketCapChangePercentage24hUsd ↔ double?
-
getter/setter pair
-
marketCapPercentage
↔ Map<
String, dynamic> ? -
getter/setter pair
- markets ↔ int?
-
getter/setter pair
- ongoingIcos ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
totalMarketCap
↔ Map<
String, dynamic> ? -
getter/setter pair
-
totalVolume
↔ Map<
String, dynamic> ? -
getter/setter pair
- upcomingIcos ↔ int?
-
getter/setter pair
- updatedAt ↔ int?
-
getter/setter pair
Methods
-
copyWith(
{int? activeCryptocurrencies, int? upcomingIcos, int? ongoingIcos, int? endedIcos, int? markets, Map< String, dynamic> ? totalMarketCap, Map<String, dynamic> ? totalVolume, Map<String, dynamic> ? marketCapPercentage, double? marketCapChangePercentage24hUsd, int? updatedAt}) → GlobalCoins -
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