Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin class
- Available extensions
Constructors
- Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin({required String name, Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture? picture, Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue? unitValue})
- 
          Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  copyWith
  → CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin<Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin> 
- 
      Available on Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin, provided by the UtilityExtension$Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin extension no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- name → String
- 
  
  final
- picture → Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- unitValue → Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue?
- 
  
  final
Methods
- 
  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.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override