ChatLocation constructor
Creates a new ChatLocation object.
Implementation
const ChatLocation({
required this.location,
required this.address,
});
Creates a new ChatLocation object.
const ChatLocation({
required this.location,
required this.address,
});