copyWith method
Implementation
InputMessageLiveLocation copyWith({LiveLocation? location}) =>
InputMessageLiveLocation(location: location ?? this.location);
InputMessageLiveLocation copyWith({LiveLocation? location}) =>
InputMessageLiveLocation(location: location ?? this.location);