Attachment constructor
Attachment({
- List<
KeyValuePair> ? details, - String? id,
- String? status,
- String? type,
Implementation
Attachment({
this.details,
this.id,
this.status,
this.type,
});