tempConfig_chat<C, M, U> class

Constructors

tempConfig_chat({required Provider<channelRepo<C, M, U>> repoPvd, required Stream<List<C>> stream(), required StateProvider<C?> selectedCPvd, required StateProvider<M?> msgOffsetPvd, required String getId(C), required int? getUread(C, String), required C setUread(C, String, int), required DateTime? getLastMsgTime(C), StateProvider<String?>? dialogC, StateProvider<CustomException?>? exDialogC})

Properties

dialogC → StateProvider<String?>?
final
exDialogC → StateProvider<CustomException?>?
final
getId String Function(C)
final
getLastMsgTime DateTime? Function(C)
final
getUread int? Function(C, String)
final
hashCode int
The hash code for this object.
no setterinherited
msgOffsetPvd → StateProvider<M?>
final
repoPvd → Provider<channelRepo<C, M, U>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedCPvd → StateProvider<C?>
final
setUread → C Function(C, String, int)
final
stream Stream<List<C>> Function()
final

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