TencentCloudChatDataAB<T> class abstract

An abstract class for handling core data in TencentCloudChat .

This class provides a base for managing the core data in the Chat UIKit, including methods for converting data to JSON and notifying listeners.

Implementers

Constructors

TencentCloudChatDataAB(T currentUpdatedFields)

Properties

currentUpdatedFields ↔ T
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
console({required String logs, TencentCloudChatLogLevel? logLevel}) → dynamic
A helper method for logging console messages.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListener(T key) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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