pushNotificationContents property

String? pushNotificationContents

Implementation

String? get pushNotificationContents => _$this._pushNotificationContents;
void pushNotificationContents=(String? pushNotificationContents)

Implementation

set pushNotificationContents(String? pushNotificationContents) =>
    _$this._pushNotificationContents = pushNotificationContents;