MessageProvider class

Constructors

MessageProvider()
factory

Properties

columnAnswers String?
final
columnAvatar String?
final
columnCategories String?
final
columnClient String?
final
columnContent String?
final
columnCurrentUid String?
final
columnFileUrl String?
final
columnId String?
final
columnImageUrl String?
final
columnIsSend String?
final
columnMid String?
final
columnNickname String?
final
columnStatus String?
final
columnTimestamp String?
final
columnTopic String?
final
columnType String?
final
columnVideoUrl String?
final
columnVoiceUrl String?
final
database ↔ Database?
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
tableMessage String?
final

Methods

close() Future
delete(String? mid) Future<int>
getTopicMessages(String? topic, String? currentUid, int? page, int? size) Future<List<Message>>
insert(Message message) Future<int>
insertZhipuAI(MessageZhipuAI message) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future
toString() String
A string representation of this object.
inherited
update(String? mid, String? status) Future<int>
updateContent(String? mid, String? content) Future<int>

Operators

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