QueryBase constructor

const QueryBase(
  1. String baseUrl,
  2. String path
)

Implementation

const QueryBase(this.baseUrl, this.path);