defaultAppURL property

String? get defaultAppURL

Implementation

String? get defaultAppURL => _$this._defaultAppURL;
set defaultAppURL (String? defaultAppURL)

Implementation

set defaultAppURL(String? defaultAppURL) =>
    _$this._defaultAppURL = defaultAppURL;