domain constructor

domain(
  1. String id,
  2. String name,
  3. bool isActive
)

Implementation

domain(this.id, this.name, this.isActive);