Request constructor

Request(
  1. String graphUrl,
  2. Map<String, String> headers
)

Implementation

Request(this.graphUrl, this.headers);