ChatUserConfigBase class abstract interface

This class provides a structure for specifying custom JSON key mappings for user properties, ensuring flexibility in parsing and serializing different user data formats.

Properties

hashCode int
The hash code for this object.
no setterinherited
idKey String?
The JSON key used for uniquely identifying a user.
no setter
nameKey String?
The JSON key used for storing the user's display name.
no setter
profilePhotoKey String?
The JSON key used for the user's profile photo.
no setter
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