menu
goeasy package
documentation
types.dart
PublishOptions
PublishOptions.new constructor
PublishOptions.new constructor
dark_mode
light_mode
PublishOptions
constructor
PublishOptions
(
{
required
String
channel
,
required
String
message
,
int
?
qos
=
0
,
})
Implementation
PublishOptions({required this.channel,required this.message,this.qos=0});
goeasy package
documentation
types
PublishOptions
PublishOptions.new constructor
PublishOptions class