copyWith method
Implementation
InputMessageLocation copyWith({Location? location}) =>
InputMessageLocation(location: location ?? this.location);
InputMessageLocation copyWith({Location? location}) =>
InputMessageLocation(location: location ?? this.location);