ChatLocation constructor

ChatLocation({
  1. Location? location,
  2. required String address,
})

Implementation

ChatLocation({this.location, required this.address});