@ -18,7 +18,7 @@ abstract class SearchAllRequestsBaseModel {
String value;
BuildContext context;
TextInputType inputType;
SearchAllRequestsBaseModel(BuildContext context, {this.label, this.value, this.inputType = TextInputType.text});
SearchAllRequestsBaseModel(this.context, {this.label, this.value, this.inputType = TextInputType.text});
}
class SearchByRequestNumberModel extends SearchAllRequestsBaseModel {