RemoveColumn constructor
Implementation
RemoveColumn({
String? taxable,
String? gst,
String? schemeDiscount,
String? expiredDiscount,}){
_taxable = taxable;
_gst = gst;
_schemeDiscount = schemeDiscount;
_expiredDiscount = expiredDiscount;
}