Domain constructor

Domain({
  1. required Domain? parent,
})

Implementation

Domain({required this.parent});