ReviewReport class
Contains both ReviewResult and ReviewAction elements for a particular HIT.
Constructors
-
ReviewReport({List<
ReviewActionDetail> ? reviewActions, List<ReviewResultDetail> ? reviewResults}) -
ReviewReport.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
reviewActions
→ List<
ReviewActionDetail> ? -
A list of ReviewAction objects for each action specified in the Review
Policy.
final
-
reviewResults
→ List<
ReviewResultDetail> ? -
A list of ReviewResults objects for each action specified in the Review
Policy.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited