AssetProfileInfo constructor

AssetProfileInfo(
  1. EntityId id,
  2. String name,
  3. String? image,
  4. DashboardId? defaultDashboardId,
  5. TenantId? tenantId,
)

Implementation

AssetProfileInfo(EntityId id, String name, this.image,
    this.defaultDashboardId, this.tenantId)
    : super(id, name);