core.Map<core.String, core.dynamic> toJson() { final awsAccount = this.awsAccount; final bucketName = this.bucketName; return {'awsAccount': ?awsAccount, 'bucketName': ?bucketName}; }