class Custom{ String id; String productType; int fee; Custom({this.productType,this.fee}); }