https property

bool? get https

Implementation

bool? get https => _$this._https;
set https (bool? https)

Implementation

set https(bool? https) => _$this._https = https;