ChatLocation constructor

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

Implementation

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