factory UnknownAttachment.fromJson(Map<String, dynamic> json) { return UnknownAttachment( type: json['type'] as String? ?? 'unknown', raw: json, ); }