ChatEventLocationChanged constructor

ChatEventLocationChanged({
  1. ChatLocation? oldLocation,
  2. ChatLocation? newLocation,
})

Implementation

ChatEventLocationChanged({this.oldLocation, this.newLocation});