toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'accessKey': ?accessKey,
'agentArns': ?agentArns,
'arn': ?arn,
'bucketName': ?bucketName,
'region': ?region,
'secretKey': ?secretKey,
'serverCertificate': ?serverCertificate,
'serverHostname': ?serverHostname,
'serverPort': ?serverPort,
'serverProtocol': ?serverProtocol,
'subdirectory': ?subdirectory,
'tags': ?tags,
'tagsAll': ?tagsAll,
'uri': ?uri,
};
}