menu
ews package
documentation
Notifications/SubscriptionBase.dart
SubscriptionBase
Id property
Id property
dark_mode
light_mode
Id
property
String
?
get
Id
Gets the Id of the subscription.
Implementation
String? get Id => this._id;
set
Id
(
String
?
value
)
Implementation
set Id(String? value) => this._id = value;
ews package
documentation
Notifications/SubscriptionBase
SubscriptionBase
Id property
SubscriptionBase class