Order constructor

const Order(
  1. String code
)

Creates a new Order

Implementation

const Order(this.code);