SubscribeOptions constructor
SubscribeOptions({})
the constructor
Implementation
SubscribeOptions({
this.match,
this.metaTopic,
this.getRetained,
Map<String, dynamic>? custom,
}) {
if (custom != null) {
this.custom.addAll(custom);
}
}