factory AttachmentInformation.fromJson(Map<String, dynamic> json) { return AttachmentInformation( name: json['Name'] as String?, ); }