UserProfileComment constructor
Implementation
const UserProfileComment({
required this.id,
required this.body,
required this.createdAt,
required this.featureRequestId,
required this.featureRequestTitle,
required this.appId,
required this.appName,
});