NIMLocationAttachment constructor

NIMLocationAttachment({
  1. required double latitude,
  2. required double longitude,
  3. required String address,
})

Implementation

NIMLocationAttachment(
    {required this.latitude, required this.longitude, required this.address});