MollieOrderLine constructor

MollieOrderLine({
  1. String? orderId,
  2. String? orderLineId,
  3. String? name,
  4. String? imageUrl,
  5. String? productUrl,
})

Implementation

MollieOrderLine({this.orderId, this.orderLineId, this.name, this.imageUrl, this.productUrl});