SetParams constructor
SetParams({
- TopicDescription? desc,
- TopicSubscription? sub,
- List<
String> ? tags, - Credential? cred,
Implementation
SetParams({this.desc, this.sub, this.tags, this.cred});