SetParams constructor

SetParams({
  1. TopicDescription? desc,
  2. TopicSubscription? sub,
  3. List<String>? tags,
  4. Credential? cred,
})

Implementation

SetParams({this.desc, this.sub, this.tags, this.cred});