name property
String?
get
name
Name of the Subscription, if one was provided at creation time.
Implementation
String? get name => realmCore.subscriptionName(this);
Name of the Subscription, if one was provided at creation time.
String? get name => realmCore.subscriptionName(this);