ServiceProjectAttachment constructor

ServiceProjectAttachment({
  1. String? createTime,
  2. String? name,
  3. String? serviceProject,
  4. String? state,
  5. String? uid,
})

Implementation

ServiceProjectAttachment({
  this.createTime,
  this.name,
  this.serviceProject,
  this.state,
  this.uid,
});