copyWith method

Implementation

CheckCreatedPublicChatsLimit copyWith({
  PublicChatType? type,
}) => CheckCreatedPublicChatsLimit(
  type: type ?? this.type,
);