TokenPrice class

Annotations

Constructors

TokenPrice({required num? price, required String? symbol, required num? decimals, @JsonKey(name: 'updated_at') required DateTime? updatedAt})
const
factory
TokenPrice.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $TokenPriceCopyWith<TokenPrice>
read-onlyinherited
decimals num?
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
price num?
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
symbol String?
read-onlyinherited
updatedAt DateTime?
read-onlyinherited

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