CollectionMethod constructor

const CollectionMethod(
  1. String method, {
  2. String? query,
})

Implementation

const CollectionMethod(this.method, {this.query});