Coinbase constructor

Coinbase(
  1. String _apiKey, {
  2. bool debug = false,
})

Default for the coinbase API

Implementation

Coinbase(this._apiKey, {this.debug = false});