CustomProviderEntry constructor
CustomProviderEntry({})
Creates an entry. keyName is the secure-store/env name holding the
API key (null = keyless); modelId is the last-used model.
Implementation
CustomProviderEntry({
required this.name,
required this.apiType,
required this.baseUrl,
required this.modelId,
this.keyName,
});