class FileSearchPost{ String? fileType; FileSearchPost({this.fileType}); Map toJson() => { "fileType": fileType }; }