DocumentReviewCommentSource class

Information about comments added to a document review request.

Properties

content String?
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type DocumentReviewCommentType?
The type of information added to a review request. Currently, only the value Comment is supported.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited