destinationId property
String
get
destinationId
The ID of the server to send the message to as assigned by Google API Console.
Implementation
String get destinationId => _wrapped.destinationId;
set
destinationId
(String v)
Implementation
set destinationId(String v) {
_wrapped.destinationId = v;
}