TweetStatuses class
Constructors
- TweetStatuses({String? createdAt, String? idStr, String? text, String? source, bool? truncated, dynamic inReplyToStatusId, dynamic inReplyToStatusIdStr, dynamic inReplyToUserId, dynamic inReplyToUserIdStr, dynamic inReplyToScreenName, User? user, dynamic geo, dynamic coordinates, dynamic place, dynamic contributors, bool? isQuoteStatus, int? quoteCount, int? replyCount, int? retweetCount, int? favoriteCount, bool? favorited, bool? retweeted, bool? possiblySensitive, String? filterLevel, String? lang})
-
TweetStatuses.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contributors ↔ dynamic
-
getter/setter pair
- coordinates ↔ dynamic
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- favoriteCount ↔ int?
-
getter/setter pair
- favorited ↔ bool?
-
getter/setter pair
- filterLevel ↔ String?
-
getter/setter pair
- geo ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idStr ↔ String?
-
getter/setter pair
- inReplyToScreenName ↔ dynamic
-
getter/setter pair
- inReplyToStatusId ↔ dynamic
-
getter/setter pair
- inReplyToStatusIdStr ↔ dynamic
-
getter/setter pair
- inReplyToUserId ↔ dynamic
-
getter/setter pair
- inReplyToUserIdStr ↔ dynamic
-
getter/setter pair
- isQuoteStatus ↔ bool?
-
getter/setter pair
- lang ↔ String?
-
getter/setter pair
- place ↔ dynamic
-
getter/setter pair
- possiblySensitive ↔ bool?
-
getter/setter pair
- quoteCount ↔ int?
-
getter/setter pair
- replyCount ↔ int?
-
getter/setter pair
- retweetCount ↔ int?
-
getter/setter pair
- retweeted ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source ↔ String?
-
getter/setter pair
- text ↔ String?
-
getter/setter pair
- truncated ↔ bool?
-
getter/setter pair
- user ↔ User?
-
getter/setter pair
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