AppwinCommunityUser class

Community profile as the native SDK returns it.

Dart mirror of Swift's CommunityUser. It carries only what the host app might want to display itself (a badge, a counter in a menu); the rest lives in the native UI.

Constructors

AppwinCommunityUser({required String id, required String nickname, required bool isAnonymous, required int postCount, required int commentCount, String? avatarUrl, String? bio})
const

Properties

avatarUrl String?
final
bio String?
final
commentCount int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isAnonymous bool
true while neither the host app nor the member has supplied an identity.
final
nickname String
final
postCount int
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.
override

Operators

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

Static Methods

fromMap(Map map) AppwinCommunityUser
Rebuilt from a method channel map.