RequestWithCity<T extends Object> constructor

RequestWithCity<T extends Object>(
  1. String host,
  2. String apiPath, {
  3. required String city,
  4. String? appName,
  5. String? appVersion,
})

Implementation

RequestWithCity(super.host, super.apiPath,
    {required this.city, super.appName, super.appVersion});