BuyOrder constructor

BuyOrder(
  1. OrderItem? orderItem,
  2. String type
)

Implementation

BuyOrder(this.orderItem, this.type);