googleSettings property

Implementation

EnvironmentConfigGitLabSettingsBuilder get googleSettings =>
    _$this._googleSettings ??= new EnvironmentConfigGitLabSettingsBuilder();
void googleSettings=(EnvironmentConfigGitLabSettingsBuilder? googleSettings)

Implementation

set googleSettings(EnvironmentConfigGitLabSettingsBuilder? googleSettings) =>
    _$this._googleSettings = googleSettings;