CreateResponse constructor

CreateResponse(
  1. String topic,
  2. Uri uri
)

Implementation

CreateResponse(
  this.topic,
  this.uri,
);