name property
String
get
name
The name of the subscription to listen to messages for.
Any messages sent with this name will be delivered to the message handler.
Implementation
String get name => _name;
The name of the subscription to listen to messages for.
Any messages sent with this name will be delivered to the message handler.
String get name => _name;