Coin constructor
Coin({})
Implementation
Coin({
required this.id,
required this.image,
required this.name,
required this.shortName,
required this.price,
required this.lastPrice,
required this.percentage,
required this.symbol,
required this.pairWith,
required this.highDay,
required this.lowDay,
required this.decimalCurrency,
});