copyWith method
Implementation
@override
InternalLinkTypeChatFolderSettings copyWith({
dynamic extra,
int? clientId,
}) =>
InternalLinkTypeChatFolderSettings(
extra: extra ?? this.extra,
clientId: clientId ?? this.clientId,
);