AttachmentStateChange constructor

AttachmentStateChange({
  1. required String attachmentArn,
  2. required String status,
})

Implementation

AttachmentStateChange({
  required this.attachmentArn,
  required this.status,
});