UserAutocomplete class abstract

UserAutocomplete

Properties:

  • users - A list of users that are the main result of the query
  • outOfChannel - A special case list of users returned when autocompleting in a specific channel. Omitted when empty or not relevant

Constructors

UserAutocomplete([void updates(UserAutocompleteBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
outOfChannel → BuiltList<User>?
A special case list of users returned when autocompleting in a specific channel. Omitted when empty or not relevant
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users → BuiltList<User>?
A list of users that are the main result of the query
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserAutocompleteBuilder)) UserAutocomplete
Rebuilds the instance.
inherited
toBuilder() UserAutocompleteBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<UserAutocomplete>
no setter