GoogleHomeEnterpriseSdmV1Structure constructor

GoogleHomeEnterpriseSdmV1Structure({
  1. String? name,
  2. Map<String, Object?>? traits,
})

Implementation

GoogleHomeEnterpriseSdmV1Structure({
  this.name,
  this.traits,
});