ActId constructor

ActId(
  1. {String id,
  2. String parentId,
  3. String type,
  4. String name,
  5. bool isActive}
)

Implementation

ActId({this.id, this.parentId, this.type, this.name, this.isActive});