Stop constructor

Stop({
  1. required String name,
  2. required Location location,
})

Implementation

Stop({required this.name, required this.location});