encode method
Implementation
Object encode() {
return <Object?>[
region,
connectionTimeout,
socketTimeout,
isHttps,
host,
hostFormat,
port,
isDebuggable,
signInUrl,
userAgent,
dnsCache,
accelerate,
domainSwitch,
customHeaders,
noSignHeaders,
];
}