GoogleHomeEnterpriseSdmV1Device constructor

GoogleHomeEnterpriseSdmV1Device({
  1. String? name,
  2. List<GoogleHomeEnterpriseSdmV1ParentRelation>? parentRelations,
  3. Map<String, Object?>? traits,
  4. String? type,
})

Implementation

GoogleHomeEnterpriseSdmV1Device({
  this.name,
  this.parentRelations,
  this.traits,
  this.type,
});