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