TestAttachment constructor

TestAttachment({
  1. required int id,
})

Implementation

TestAttachment({required this.id});