CryptoCurrencyModel constructor
CryptoCurrencyModel({ - String? ticker,
- String? name,
- String? image,
- bool? hasExternalId,
- bool? isFiat,
- bool? featured,
- bool? isStable,
- bool? supportsFixedRate,
- String? network,
- String? tokenContract,
- bool? buy,
- bool? sell,
- String? legacyTicker,
})
Implementation
CryptoCurrencyModel(
{this.ticker,
this.name,
this.image,
this.hasExternalId,
this.isExtraIdSupported,
this.isFiat,
this.featured,
this.isStable,
this.supportsFixedRate,
this.network,
this.tokenContract,
this.buy,
this.sell,
this.legacyTicker});