LocationChatMessage constructor

LocationChatMessage({
  1. double? latitude,
  2. double? longitude,
  3. String? mapLocationUrl,
  4. String? messageId,
})

Implementation

LocationChatMessage({
  this.latitude,
  this.longitude,
  this.mapLocationUrl,
  this.messageId,
});