CurrentRequest constructor

CurrentRequest(
  1. String host,
  2. String apiPath, {
  3. required String city,
  4. String? appName,
  5. String? appVersion,
})

Implementation

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