V2Search class

Annotations
  • @freezed

Constructors

V2Search({List<Account>? accounts, List<Status>? statuses, List<Tag>? hashtags})
const
factory
V2Search.fromJson(Map<String, Object?> json)
factory

Properties

accounts List<Account>?
Account objects related to search query.
no setterinherited
copyWith → $V2SearchCopyWith<V2Search>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hashtags List<Tag>?
Tag object related to search query.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses List<Status>?
Status object related to search query.
no setterinherited

Methods

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

Operators

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