District constructor

District({
  1. required String id,
  2. required String title,
  3. required Path path,
})

Implementation

District({required this.id, required this.title, required this.path});