OrderDetails constructor

OrderDetails({
  1. bool? taxInclusive,
})

Implementation

OrderDetails({this.taxInclusive});