RAGIndexResponseModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

RAGIndexResponseModel({required RAGIndexStatus status, required double progressPercentage})
const
RAGIndexResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
progressPercentage double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status RAGIndexStatus
final

Methods

copyWith({RAGIndexStatus? status, double? progressPercentage}) RAGIndexResponseModel

Available on RAGIndexResponseModel, provided by the $RAGIndexResponseModelExtension extension

copyWithWrapped({Wrapped<RAGIndexStatus>? status, Wrapped<double>? progressPercentage}) RAGIndexResponseModel

Available on RAGIndexResponseModel, provided by the $RAGIndexResponseModelExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

fromJsonFactory → const RAGIndexResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(RAGIndexResponseModel instance)