copyWith method

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

Implementation

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