String? get secret => _$this._secret;
set secret(covariant String? secret) => _$this._secret = secret;