Direction constructor
const
Direction({})
Implementation
const Direction(
{super.key,
required this.kamalString,
required this.toText,
required this.toLat,
required this.iconImage,
required this.toLng});