UnknownAttachment constructor

const UnknownAttachment({
  1. required String type,
  2. required Map<String, dynamic> raw,
})

Implementation

const UnknownAttachment({
  required super.type,
  required this.raw,
});