copyWith method

InputMessageLiveLocation copyWith({
  1. LiveLocation? location,
})

Implementation

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