TweetCountData class

Annotations
  • @freezed

Constructors

TweetCountData({required DateTime start, required DateTime end, @JsonKey(name: 'tweet_count') required int count})
const
factory
TweetCountData.fromJson(Map<String, Object?> json)
factory

Properties

copyWith → $TweetCountDataCopyWith<TweetCountData>
no setterinherited
count int
Count of the volume of Tweets that match the query.
no setterinherited
end DateTime
End time for the granularity.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
Start time for the granularity.
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