TargetProject constructor

TargetProject({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. String? project,
  5. String? updateTime,
})

Implementation

TargetProject({
  this.createTime,
  this.description,
  this.name,
  this.project,
  this.updateTime,
});