Response constructor

Response(
  1. Responder responder,
  2. int rid, [
  3. String? type
])

Implementation

Response(this.responder, this.rid, [this.type]);