SubscribeOptions constructor

SubscribeOptions({
  1. String? match,
  2. String? metaTopic,
  3. bool? getRetained,
})

the constructor

Implementation

SubscribeOptions({this.match, this.metaTopic, this.getRetained});