FakeLinkAttachmentItem constructor

const FakeLinkAttachmentItem({
  1. dynamic key,
  2. required String pinId,
})

Implementation

const FakeLinkAttachmentItem({
  super.key,
  required this.pinId,
});