CouponLines constructor

CouponLines({
  1. String? code,
  2. List<MetaData>? metaData,
})

Implementation

CouponLines({this.code, this.metaData});