SubscribeOptions constructor
- @JsonSerializable(includeIfNull: false)
- required String topic,
- @Default(TransportType.relay) TransportType transportType,
- @Default(false) bool skipSubscribe,
Implementation
@JsonSerializable(includeIfNull: false)
const factory SubscribeOptions({
required String topic,
@Default(TransportType.relay) TransportType transportType,
@Default(false) bool skipSubscribe,
}) = _SubscribeOptions;