GEOrderCreatedSchema constructor
GEOrderCreatedSchema({})
Returns a new GEOrderCreatedSchema instance.
Implementation
GEOrderCreatedSchema({
required this.id,
required this.createdAt,
required this.code,
required this.quantity,
required this.price,
required this.totalPrice,
});