CoinsCurrentDataResponse class Null safety

Constructors

CoinsCurrentDataResponse({String? id, String? symbol, String? name, String? assetPlatformId, Platforms? platforms, int? blockTimeInMinutes, dynamic hashingAlgorithm, List? categories, dynamic publicNotice, List? additionalNotices, Tion? localization, Tion? description, Links? links, Image? image, String? countryOrigin, dynamic genesisDate, String? contractAddress, double? sentimentVotesUpPercentage, double? sentimentVotesDownPercentage, dynamic marketCapRank, int? coingeckoRank, double? coingeckoScore, double? developerScore, double? communityScore, double? liquidityScore, double? publicInterestScore, MarketData? marketData, CommunityData? communityData, DeveloperData? developerData, PublicInterestStats? publicInterestStats, List? statusUpdates, DateTime? lastUpdated, List<Ticker>? tickers})
CoinsCurrentDataResponse.fromJson(Map<String, dynamic> json)
factory

Properties

additionalNotices List?
read / write
assetPlatformId String?
read / write
blockTimeInMinutes int?
read / write
categories List?
read / write
coingeckoRank int?
read / write
coingeckoScore double?
read / write
communityData CommunityData?
read / write
communityScore double?
read / write
contractAddress String?
read / write
countryOrigin String?
read / write
description Tion?
read / write
developerData DeveloperData?
read / write
developerScore double?
read / write
genesisDate ↔ dynamic
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
hashingAlgorithm ↔ dynamic
read / write
id String?
read / write
image Image?
read / write
lastUpdated DateTime?
read / write
read / write
liquidityScore double?
read / write
localization Tion?
read / write
marketCapRank ↔ dynamic
read / write
marketData MarketData?
read / write
name String?
read / write
platforms Platforms?
read / write
publicInterestScore double?
read / write
publicInterestStats PublicInterestStats?
read / write
publicNotice ↔ dynamic
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sentimentVotesDownPercentage double?
read / write
sentimentVotesUpPercentage double?
read / write
statusUpdates List?
read / write
symbol String?
read / write
tickers List<Ticker>?
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited