WebApiModulesAgentOrderOrderMessage constructor

WebApiModulesAgentOrderOrderMessage({
  1. String? tag,
  2. String? message,
  3. bool? preventCheckOut,
  4. String? backgroundColor,
})

Implementation

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