RelationshipEntity class
- Annotations
-
- @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)
Constructors
- RelationshipEntity()
-
RelationshipEntity.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allReplies ↔ bool?
-
getter/setter pair
- blockedBy ↔ bool?
-
getter/setter pair
- blocking ↔ bool?
-
getter/setter pair
- canDm ↔ bool?
-
getter/setter pair
- followedBy ↔ bool?
-
getter/setter pair
- following ↔ bool?
-
getter/setter pair
- followingReceived ↔ bool?
-
getter/setter pair
- followingRequested ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idStr ↔ String?
-
getter/setter pair
- liveFollowing ↔ bool?
-
getter/setter pair
- markedSpam ↔ bool?
-
getter/setter pair
- muting ↔ bool?
-
getter/setter pair
- notificationsEnabled ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenName ↔ String?
-
getter/setter pair
- wantRetweets ↔ bool?
-
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