Request constructor

Request(
  1. int id,
  2. String method,
  3. dynamic params
)

Implementation

Request(this.id, this.method, this.params);