MessagesRequestBuilder class

Constructors

MessagesRequestBuilder()

Properties

categories List<String>?
read / write
category String?
read / write
guid String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
hideDeleted bool?
read / write
hideMessagesFromBlockedUsers bool?
read / write
hideReplies bool?
read / write
limit int?
read / write
messageId int?
read / write
parentMessageId int?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
searchKeyword String?
read / write
tags List<String>?
read / write
timestamp DateTime?
read / write
type String?
read / write
types List<String>?
read / write
uid String?
read / write
unread bool?
read / write
updatedAfter DateTime?
read / write
updatesOnly bool?
read / write
withTags bool?
read / write

Methods

build() MessagesRequest
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