TweetMeta class

Annotations
  • @freezed

Constructors

TweetMeta({String? newestId, String? oldestId, int? resultCount, String? nextToken, String? previousToken})
const
factory
TweetMeta.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $TweetMetaCopyWith<TweetMeta>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
newestId String?
The Tweet ID of the most recent Tweet returned in the response.
no setterinherited
nextToken String?
A value that encodes the next 'page' of results that can be requested, via the pagination_token request parameter.
no setterinherited
oldestId String?
The Tweet ID of the oldest Tweet returned in the response.
no setterinherited
previousToken String?
A value that encodes the previous 'page' of results that can be requested, via the pagination_token request parameter.
no setterinherited
resultCount int?
The number of Tweet results returned in the response.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
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