copyWith method
Implementation
InquiryDropDownResponse copyWith({ Data? data,
num? success,
}) => InquiryDropDownResponse( data: data ?? _data,
success: success ?? _success,
);
InquiryDropDownResponse copyWith({ Data? data,
num? success,
}) => InquiryDropDownResponse( data: data ?? _data,
success: success ?? _success,
);