copyWith method
Implementation
GetBusinessChatLinkInfo copyWith({String? linkName}) =>
GetBusinessChatLinkInfo(linkName: linkName ?? this.linkName);
GetBusinessChatLinkInfo copyWith({String? linkName}) =>
GetBusinessChatLinkInfo(linkName: linkName ?? this.linkName);