ConfigItem constructor

ConfigItem(
  1. int id,
  2. String name,
  3. String value,
  4. int envid,
  5. int updateTime,
)

Implementation

ConfigItem(this.id, this.name, this.value, this.envid, this.updateTime);