ReviewInformation class
Information about the result of a document review request.
Constructors
- ReviewInformation({DateTime? reviewedTime, String? reviewer, ReviewStatus? status})
-
ReviewInformation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reviewedTime → DateTime?
-
The time that the reviewer took action on the document review request.
final
- reviewer → String?
-
The reviewer assigned to take action on the document review request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ReviewStatus?
-
The current status of the document review request.
final
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