EmmaOrder constructor

EmmaOrder(
  1. String orderId,
  2. double totalPrice,
  3. String customerId
)

Implementation

EmmaOrder(this.orderId, this.totalPrice, this.customerId);