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