CoinsResponse class Null safety

Constructors

CoinsResponse({String? id, String? symbol, String? name, dynamic assetPlatformId, int? blockTimeInMinutes, dynamic hashingAlgorithm, List<String>? categories, dynamic publicNotice, Tion? localization, Tion? description, Links? links, Image? image, String? countryOrigin, dynamic genesisDate, double? sentimentVotesUpPercentage, double? sentimentVotesDownPercentage, int? 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})
CoinsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

assetPlatformId ↔ dynamic
read / write
blockTimeInMinutes int?
read / write
categories List<String>?
read / write
coingeckoRank int?
read / write
coingeckoScore double?
read / write
communityData CommunityData?
read / write
communityScore double?
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 int?
read / write
marketData MarketData?
read / write
name String?
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