SawResultDto class
- Available extensions
Constructors
- SawResultDto({String? id, required SawAlternativeDto alternative, required double score, required int rank})
-
SawResultDto.fromJson(Map<
String, dynamic> json) -
factory
Properties
- alternative → SawAlternativeDto
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- rank → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
) → SawResult -
Available on SawResultDto, provided by the SawResultMapper extension
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited