Object3Attachments constructor

const Object3Attachments({
  1. required dynamic id,
  2. String? title,
  3. String? description,
})

Implementation

const Object3Attachments({required this.id, this.title, this.description});