data property
Map
get
data
Message data to send to the server. Case-insensitive goog. and google,
as well as case-sensitive collapse_key are disallowed as key prefixes.
Sum of all key/value pairs should not exceed gcm.MAX_MESSAGE_SIZE.
Implementation
Map get data => _wrapped.data.toDartMap();
set
data
(Map v)
Implementation
set data(Map v) {
_wrapped.data = v.jsify()!;
}