TokenBalance class
Constructors
- TokenBalance({String? name, String? symbol, String? chainId, String? address, double? value, double? price, Quantity? quantity, String? iconUrl})
- 
          TokenBalance.fromJson(Map<String, dynamic> json)
- 
          
            factory
- TokenBalance.fromRawJson(String str)
- 
          
            factory
Properties
- address → String?
- 
  
  final
- chainId → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- iconUrl → String?
- 
  
  final
- name → String?
- 
  
  final
- price → double?
- 
  
  final
- quantity → Quantity?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- symbol → String?
- 
  
  final
- value → double?
- 
  
  final
Methods
- 
  copyWith({String? name, String? symbol, String? chainId, String? address, double? value, double? price, Quantity? quantity, String? iconUrl}) → TokenBalance 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited