factory NotificationAttachment.fromJson(Map<String, dynamic> json) { return NotificationAttachment( identifier: json['identifier'], url: json['url'], type: json['type'], ); }