PublicUserProfile class

Public profile of a developer or user.

Constructors

PublicUserProfile({required String clerkUserId, String? displayName, String? avatarUrl, String? bio, String? websiteUrl, bool hideComments = false, String createdAt = '', String updatedAt = ''})
const
PublicUserProfile.fromJson(Map<String, dynamic> json)
factory

Properties

avatarUrl String?
final
bio String?
final
clerkUserId String
final
createdAt String
final
displayName String?
final
hashCode int
The hash code for this object.
no setterinherited
hideComments bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String
final
websiteUrl String?
final

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