Results class

Represents the results of a search. https://docs.joinmastodon.org/entities/results/

Annotations
  • @JsonSerializable()

Constructors

Results({required List<Account> accounts, required List<Status> statuses, required List<Tag> hashtags})
Results.fromJson(Map<String, dynamic> json)
factory

Properties

accounts List<Account>
Accounts which match the given query
final
hashCode int
The hash code for this object.
no setterinherited
hashtags List<Tag>
Hashtags which match the given query
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses List<Status>
Statuses which match the given query
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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