copyWith method

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

Implementation

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