TestAttachment constructor

const TestAttachment({
  1. required int id,
})

Implementation

const TestAttachment({required this.id});