UIConversationsBuilder class

UIConversationsBuilder is the default ConversationsBuilderProtocol used when a custom conversations builder protocol is not passed

Inheritance

Constructors

UIConversationsBuilder(ConversationsRequestBuilder builder)
the constructor takes ConversationsRequestBuilder as parameter and assigns to requestBuilder
const

Properties

hashCode int
The hash code for this object.
no setterinherited
requestBuilder ConversationsRequestBuilder
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRequest() ConversationsRequest
getRequest method is used to get the request body for fetching conversations
override
getSearchRequest(String val) ConversationsRequest
getSearchRequest method will return the same result as getRequest method as Conversations cannot be searched
override
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