SawResult class
SAW RESULT
- Available extensions
Constructors
- SawResult({String? id, required SawAlternative alternative, required double score, required int rank})
Properties
- alternative → SawAlternative
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String?
-
final
- rank → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
final
Methods
-
copyWith(
{String? id, SawAlternative? alternative, double? score, int? rank}) → SawResult -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
) → SawResultDto -
Available on SawResult, provided by the SawResultEntityMapper extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override