CommentDraft class

Draft for posting a new comment.

Constructors

CommentDraft({required String body, String? authorName, String? authorEmail, String? authorAvatarUrl, String? parentId, String? replyToClerkId, String? replyToAuthorName})
const

Properties

authorAvatarUrl String?
final
authorEmail String?
final
authorName String?
final
body String
final
hashCode int
The hash code for this object.
no setterinherited
parentId String?
final
replyToAuthorName String?
final
replyToClerkId String?
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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