OrderStruct constructor

OrderStruct(
  1. String orderFieldName,
  2. OrderType orderType
)

Implementation

OrderStruct(this.orderFieldName,this.orderType);