AlternateLocation constructor
const
AlternateLocation({
- Key? key,
- required dynamic description,
Implementation
const AlternateLocation({super.key, required this.description});