copyWith method
Implementation
InputBusinessChatLink copyWith({FormattedText? text, String? title}) =>
InputBusinessChatLink(
text: text ?? this.text,
title: title ?? this.title,
);
InputBusinessChatLink copyWith({FormattedText? text, String? title}) =>
InputBusinessChatLink(
text: text ?? this.text,
title: title ?? this.title,
);