WebApiModulesAgentPurchaseOrderPOMessage constructor

const WebApiModulesAgentPurchaseOrderPOMessage({
  1. String? tag,
  2. String? message,
  3. String? textColor,
  4. String? backgroundColor,
  5. bool? preventReceive,
})

Implementation

const WebApiModulesAgentPurchaseOrderPOMessage({
  this.tag,
  this.message,
  this.textColor,
  this.backgroundColor,
  this.preventReceive,
});