Client class abstract

A base class for clients which return coinbase_exchange objects basically it just contains helper functions.

Implementers

Constructors

Client()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listDecode(String body) List<Map<String, dynamic>>
A helper function to decode lists from coinbase
mapDecode(String body) Map<String, dynamic>
A helper function to decode maps from coinbase
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited