DetectRequestModel class sealed
- Annotations
-
- @freezed
Constructors
-
DetectRequestModel.new({required List<
String> q}) -
constfactory
-
DetectRequestModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $DetectRequestModelCopyWith<
DetectRequestModel> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
q
→ List<
String> -
The input text upon which to perform language detection. Repeat this
parameter to perform language detection on multiple text inputs.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited