GoogleHomePayload constructor

GoogleHomePayload({
  1. bool? attachedToGoogleStructure,
  2. String? googleStructureId,
  3. String? partnerStructureId,
})

Implementation

GoogleHomePayload({
  this.attachedToGoogleStructure,
  this.googleStructureId,
  this.partnerStructureId,
});