pushNotificationServer property

bool? pushNotificationServer

Implementation

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

Implementation

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