AlternateLocation constructor

const AlternateLocation({
  1. Key? key,
  2. required dynamic description,
})

Implementation

const AlternateLocation({super.key, required this.description});