removeColumnFromJson function

RemoveColumn removeColumnFromJson(
  1. String str
)

taxable : "1" gst : "1" scheme_discount : "1" expired_discount : "0"

Implementation

RemoveColumn removeColumnFromJson(String str) => RemoveColumn.fromJson(json.decode(str));