Neighborhood constructor

Neighborhood({
  1. required String name,
})

Implementation

Neighborhood({
  required this.name,
});