BagelDB constructor

BagelDB(
  1. String token,
  2. SP sp,
  3. bool logCurl
)

Implementation

BagelDB(this.token, this.sp, this.logCurl);