GuestAttributes constructor

GuestAttributes({
  1. String? kind,
  2. String? queryPath,
  3. GuestAttributesValue? queryValue,
  4. String? selfLink,
  5. String? variableKey,
  6. String? variableValue,
})

Implementation

GuestAttributes({
  this.kind,
  this.queryPath,
  this.queryValue,
  this.selfLink,
  this.variableKey,
  this.variableValue,
});