LiaOmnichannelExperience constructor

LiaOmnichannelExperience({
  1. String? country,
  2. String? lsfType,
  3. List<String>? pickupTypes,
})

Implementation

LiaOmnichannelExperience({
  this.country,
  this.lsfType,
  this.pickupTypes,
});