name property
String
get
name
The name of the messager to send.
Messages will be delived to subscriptions with a matching name.
Implementation
String get name => _name;
The name of the messager to send.
Messages will be delived to subscriptions with a matching name.
String get name => _name;