UserProfileComment class

Comment preview on a user profile.

Constructors

UserProfileComment({required String id, required String body, required String createdAt, required String featureRequestId, required String featureRequestTitle, required String appId, required String appName})
const
UserProfileComment.fromJson(Map<String, dynamic> json)
factory

Properties

appId String
final
appName String
final
body String
final
createdAt String
final
featureRequestId String
final
featureRequestTitle String
final
hashCode int
The hash code for this object.
no setterinherited
id 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