InputLocationMessageContent constructor
const
InputLocationMessageContent({})
Constructs an InputLocationMessageContent object
Implementation
const InputLocationMessageContent({
required this.latitude,
required this.longitude,
this.livePeriod,
this.horizontalAccuracy,
this.heading,
this.proximityAlertRadius,
});