id property
String
get
id
Gets the Unique identifier for PushNotification object associated with the mechanism
Implementation
String get id {
return '$mechanismUID-$timeAdded';
}
Gets the Unique identifier for PushNotification object associated with the mechanism
String get id {
return '$mechanismUID-$timeAdded';
}