GuestAttributesValue constructor

GuestAttributesValue({
  1. List<GuestAttributesEntry>? items,
})

Implementation

GuestAttributesValue({
  this.items,
});