notificationURL property

String? get notificationURL

Implementation

String? get notificationURL => _$this._notificationURL;
set notificationURL (String? notificationURL)

Implementation

set notificationURL(String? notificationURL) =>
    _$this._notificationURL = notificationURL;