BinanceDayTicker class

Annotations
  • @freezed

Constructors

BinanceDayTicker(String symbol, String priceChange, String priceChangePercent, String weightedAvgPrice, String prevClosePrice, String lastPrice, String lastQty, String bidPrice, String bidQty, String askPrice, String askQty, String openPrice, String highPrice, String lowPrice, String volume, String quoteVolume, int openTime, int closeTime, int firstId, int lastId, int count)
factory
BinanceDayTicker.fromJson(Map<String, dynamic> json)
factory

Properties

askPrice String
no setterinherited
askQty String
no setterinherited
bidPrice String
no setterinherited
bidQty String
no setterinherited
closeTime int
no setterinherited
copyWith → $BinanceDayTickerCopyWith<BinanceDayTicker>
no setterinherited
count int
no setterinherited
firstId int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
highPrice String
no setterinherited
lastId int
no setterinherited
lastPrice String
no setterinherited
lastQty String
no setterinherited
lowPrice String
no setterinherited
openPrice String
no setterinherited
openTime int
no setterinherited
prevClosePrice String
no setterinherited
priceChange String
no setterinherited
priceChangePercent String
no setterinherited
quoteVolume String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
no setterinherited
volume String
no setterinherited
weightedAvgPrice String
no setterinherited

Methods

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

Operators

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