LocalChatService class
Service class for managing local chat services.
Constructors
- LocalChatService({ChatDetailService? localChatDetailService, ChatOverviewService? localChatOverviewService, ChatUserService? localChatUserService})
- Constructor for LocalChatService.
Properties
- chatDetailService → ChatDetailService
-
no setter
- chatOverviewService → ChatOverviewService
-
no setter
- chatUserService → ChatUserService
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- localChatDetailService ↔ ChatDetailService?
-
The local chat detail service.
getter/setter pair
- localChatOverviewService ↔ ChatOverviewService?
-
The local chat overview service.
getter/setter pair
- localChatUserService ↔ ChatUserService?
-
The local chat user service.
getter/setter pair
- 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