Boundary constructor

Boundary({
  1. String? createTime,
  2. String? crmNode,
  3. String? name,
  4. String? type,
  5. String? updateTime,
})

Implementation

Boundary({
  this.createTime,
  this.crmNode,
  this.name,
  this.type,
  this.updateTime,
});