InputMessageLocation constructor
const
InputMessageLocation({})
A message with a location
Implementation
const InputMessageLocation({
required this.location,
required this.livePeriod,
required this.heading,
required this.proximityAlertRadius,
});