copyWith method

InputPollMediaLink copyWith({
  1. String? url,
})

Implementation

InputPollMediaLink copyWith({String? url}) =>
    InputPollMediaLink(url: url ?? this.url);