toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (isCloudFunction != null) 'isCloudFunction': isCloudFunction!,
if (password != null) 'password': password!,
if (requestHeaders != null) 'requestHeaders': requestHeaders!,
if (uri != null) 'uri': uri!,
if (username != null) 'username': username!,
};