Region constructor

Region({
  1. required String id,
  2. required String name,
  3. required Path path,
})

Implementation

Region({required this.id, required this.name, required this.path});