tempConfig_Msg<C, M> class

Constructors

tempConfig_Msg({required Provider<channelRepo<C, M, dynamic>> repoPvd, required FirebaseFirestore firestore, required M msgFromDoc(QueryDocumentSnapshot<Map<String, dynamic>>, C), required StateProvider<bool> loadingPvd, required String getId(M), required String getcPath(C), required DateTime getTime(M), StateProvider<String?>? dialogC, StateProvider<CustomException?>? exDialogC})

Properties

dialogC → StateProvider<String?>?
final
exDialogC → StateProvider<CustomException?>?
final
firestore → FirebaseFirestore
final
getcPath String Function(C)
final
getId String Function(M)
final
getTime DateTime Function(M)
final
hashCode int
The hash code for this object.
no setterinherited
loadingPvd → StateProvider<bool>
final
msgFromDoc → M Function(QueryDocumentSnapshot<Map<String, dynamic>>, C)
final
repoPvd → Provider<channelRepo<C, M, dynamic>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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