DeviceProfileInfo constructor

DeviceProfileInfo(
  1. EntityId id,
  2. String name,
  3. String? image,
  4. DashboardId? defaultDashboardId,
  5. DeviceProfileType type,
  6. DeviceTransportType transportType,
  7. TenantId tenantId,
)

Implementation

DeviceProfileInfo(EntityId id, String name, this.image,
    this.defaultDashboardId, this.type, this.transportType, this.tenantId)
    : super(id, name);