ThreadProvider class
Constructors
- ThreadProvider()
-
factory
Properties
- columnAvatar → String?
-
final
- columnClient → String?
-
final
- columnContent → String?
-
final
- columnCurrentUid → String?
-
final
- columnId → String?
-
final
- columnNickname → String?
-
final
- columnTid → String?
-
final
- columnTimestamp → String?
-
final
- columnTopic → String?
-
final
- columnType → String?
-
final
- columnUid → String?
-
final
- columnUnreadCount → String?
-
final
- columnWid → 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
- tableThread → String?
-
final
Methods
-
close(
) → Future -
delete(
String? tid) → Future< int> -
getThreads(
String? currentUid) → Future< List< Thread> > -
insert(
Thread thread) → 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
-
updateUnreadCount(
String? tid) → Future< int>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited