Type constructor

Type({
  1. String? id,
  2. String? insertTime,
  3. String? name,
  4. Operation? operation,
  5. String? selfLink,
})

Implementation

Type({
  this.id,
  this.insertTime,
  this.name,
  this.operation,
  this.selfLink,
});