notifyURL property

String? get notifyURL

Implementation

String? get notifyURL => _$this._notifyURL;
set notifyURL (String? notifyURL)

Implementation

set notifyURL(String? notifyURL) => _$this._notifyURL = notifyURL;