RestQuery constructor

RestQuery(
  1. String url, {
  2. dynamic body,
  3. Map<String, dynamic>? queryParameters,
})

Implementation

RestQuery(this.url, {this.body, this.queryParameters});