defaultAppURL property

String? defaultAppURL

Implementation

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

Implementation

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