Config constructor

Config(
  1. int id,
  2. String name,
  3. int type,
  4. int updateTime,
)

Implementation

Config(this.id, this.name, this.type, this.updateTime);