Wallet class

A wallet object for coinbase.com accounts.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

Wallet({bool? availableOnConsumer, double? holdBalance, String? id, String? holdCurrency, double? balance, String? currency, bool? primary, String? name, String? type, bool? active})
Wallet.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
final
availableOnConsumer bool?
final
balance double?
final
currency String?
final
hashCode int
The hash code for this object.
no setterinherited
holdBalance double?
final
holdCurrency String?
final
id String?
final
name String?
final
primary bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
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.
inherited