$GuestAttributesEntry constructor

$GuestAttributesEntry({
  1. String? key,
  2. String? namespace,
  3. String? value,
})

Implementation

$GuestAttributesEntry({
  this.key,
  this.namespace,
  this.value,
});