RestAccessPoint constructor

const RestAccessPoint(
  1. String route, {
  2. Query queryBuilder(
    1. Map<String, String> queryParameters
    )?,
  3. Key? key,
})

Implementation

const RestAccessPoint(this.route, {this.queryBuilder, Key? key})
    : super(key: key);