Api constructor

Api({
  1. String? apiKey,
  2. String? apiSecret,
  3. dynamic refreshDate,
  4. String? token,
})

Implementation

Api({this.apiKey, this.apiSecret, this.refreshDate, this.token});