MessageProvider class
Constructors
- MessageProvider()
-
factory
Properties
- columnClient → String?
-
final
- columnContent → String?
-
final
- columnCreatedAt → String?
-
final
- columnCurrentUid → String?
-
final
- columnExtra → String?
-
final
- columnId → String?
-
final
- columnStatus → String?
-
final
- columnThreadTopic → String?
-
final
- columnType → String?
-
final
- columnUid → String?
-
final
- columnUserAvatar → String?
-
final
- columnUserNickname → String?
-
final
- columnUserUid → 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? uid) → Future< int> -
getTopicMessages(
String? topic, String? currentUid, int? page, int? size) → Future< List< Message> > -
insert(
Message 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? uid, String? status) → Future< int> -
updateContent(
String? uid, String? content) → Future< int>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited