Account class

A class to manage account information.

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

Constructors

Account({String? id, String? profileId, String? currency, double? balance, double? available, double? hold, bool? tradingEnabled})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

available double?
getter/setter pair
balance double?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hold double?
getter/setter pair
id String?
getter/setter pair
profileId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tradingEnabled bool?
getter/setter pair

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