Recommendation class
Constructors
- Recommendation.from({required String userId, required double score, required String reason, required String reasonPhrase, required RecommendedUser user})
- Returns the new instance of Recommendation based on arguments.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- reason → String
-
The reason
final
- reasonPhrase → String
-
The reason phrase
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → double
-
The score
final
- user → RecommendedUser
-
The recommended user
final
- userId → String
-
The user id
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override