ChatLocation constructor

ChatLocation(
  1. {required Location location,
  2. required String address,
  3. int? extra,
  4. int? clientId}
)

Represents a location to which a chat is connected

Implementation

ChatLocation