name property
String?
get
name
Name of the Subscription, if one was provided at creation time.
Implementation
String? get name => _handle.name;
Name of the Subscription, if one was provided at creation time.
String? get name => _handle.name;