toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accessKeyId = this.accessKeyId;
final awsRegion = this.awsRegion;
final endpoint = this.endpoint;
final secretAccessKeySecret = this.secretAccessKeySecret;
final technologyType = this.technologyType;
return {
'accessKeyId': ?accessKeyId,
'awsRegion': ?awsRegion,
'endpoint': ?endpoint,
'secretAccessKeySecret': ?secretAccessKeySecret,
'technologyType': ?technologyType,
};
}