removeColumnFromJson function
taxable : "1" gst : "1" scheme_discount : "1" expired_discount : "0"
Implementation
RemoveColumn removeColumnFromJson(String str) => RemoveColumn.fromJson(json.decode(str));
taxable : "1" gst : "1" scheme_discount : "1" expired_discount : "0"
RemoveColumn removeColumnFromJson(String str) => RemoveColumn.fromJson(json.decode(str));