FeatureRequestComment class

Discussion comment on a feature request.

Constructors

FeatureRequestComment({required String id, required String featureRequestId, String? authorName, String? authorEmail, String? authorAvatarUrl, String? authorClerkId, required String body, String? parentId, String? replyToClerkId, String? replyToAuthorName, bool isHidden = false, required String createdAt})
const
FeatureRequestComment.fromJson(Map<String, dynamic> json)
factory

Properties

authorAvatarUrl String?
final
authorClerkId String?
final
authorEmail String?
final
authorName String?
final
body String
final
createdAt String
final
featureRequestId String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isHidden bool
final
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
toString() String
A string representation of this object.
inherited

Operators

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