Map<String, dynamic> toJson() { final bucket = this.bucket; final key = this.key; return { 'Bucket': bucket, 'Key': key, }; }