LocalChatService class

Service class for managing local chat services.

Implemented types

Constructors

LocalChatService({ChatDetailService? localChatDetailService, ChatOverviewService? localChatOverviewService, ChatUserService? localChatUserService})
Constructor for LocalChatService.

Properties

chatDetailService ChatDetailService
no setteroverride
chatOverviewService ChatOverviewService
no setteroverride
chatUserService ChatUserService
no setteroverride
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