WebApiModulesAgentOrderOrderMessage constructor

const WebApiModulesAgentOrderOrderMessage({
  1. String? tag,
  2. String? message,
  3. bool? preventCheckOut,
  4. String? backgroundColor,
  5. String? textColor,
  6. String? orderNumber,
})

Implementation

const WebApiModulesAgentOrderOrderMessage({
  this.tag,
  this.message,
  this.preventCheckOut,
  this.backgroundColor,
  this.textColor,
  this.orderNumber,
});