AIModelProvider class
- Annotations
-
- @freezed
Constructors
-
AIModelProvider.new({@JsonKey(name: "provider_id") ModelAPIProvider? providerId, @JsonKey(name: "provider_name") String? providerName, @JsonKey(name: "source_url") String? sourceUrl, @JsonKey(name: "models") List<
Model> ? models}) -
constfactory
-
AIModelProvider.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $AIModelProviderCopyWith<
AIModelProvider> -
Create a copy of AIModelProvider
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
models
→ List<
Model> ? -
no setterinherited
- providerId → ModelAPIProvider?
-
no setterinherited
- providerName → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceUrl → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAiRequestModel(
{Model? model}) → AIRequestModel? -
toJson(
) → Map< String, dynamic> -
Serializes this AIModelProvider to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited