RequestHttp constructor

RequestHttp(
  1. String ip,
  2. Map<String, String>? headers
)

Implementation

RequestHttp(this.ip, this.headers);