OrderInfo constructor
      const
      OrderInfo({})
     
    
Order information
Implementation
const OrderInfo({
  required this.name,
  required this.phoneNumber,
  required this.emailAddress,
  this.shippingAddress,
  this.extra,
  this.clientId,
});