openRouterChatModels top-level property

List<ChatModel> openRouterChatModels
getter/setter pair

Implementation

List<ChatModel> openRouterChatModels =
    rawOpenRouterModels.map((i) => i.toChatModel).toList();