EcpIconEntity constructor

EcpIconEntity({
  1. String? id,
  2. String? createTime,
  3. String? iconType,
  4. String? iconValue,
  5. String? iconTag,
  6. num? sort,
  7. String? iconGroup,
  8. bool? changeColor,
  9. String? tenantId,
})

Implementation

EcpIconEntity({
  this.id,
  this.createTime,
  this.iconType,
  this.iconValue,
  this.iconTag,
  this.sort,
  this.iconGroup,
  this.changeColor,
  this.tenantId,
});