Order constructor

const Order(
  1. int position
)

default constructor

Implementation

const Order(this.position);