pushNotificationServer property

String? pushNotificationServer

Implementation

String? get pushNotificationServer => _$this._pushNotificationServer;
void pushNotificationServer=(String? pushNotificationServer)

Implementation

set pushNotificationServer(String? pushNotificationServer) =>
    _$this._pushNotificationServer = pushNotificationServer;