GuestAttributes constructor

GuestAttributes({
  1. String? queryPath,
  2. GuestAttributesValue? queryValue,
})

Implementation

GuestAttributes({
  this.queryPath,
  this.queryValue,
});