Friendship class

Annotations
  • @JsonSerializable(explicitToJson: true, fieldRename: FieldRename.snake)

Constructors

Friendship()
Friendship.fromJson(Map<String, dynamic> json)
factory

Properties

connections List<String>?
The connections for this relationship for the authenticated user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idStr String?
The string representation of the unique identifier for this User.
getter/setter pair
name String?
The name of the user, as they’ve defined it. Not necessarily a person’s name. Typically capped at 50 characters, but subject to change.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String?
The screen name, handle, or alias that this user identifies themselves with. screen_names are unique but subject to change. Use idStr as a user identifier whenever possible. Typically a maximum of 15 characters long, but some historical accounts may exist with longer names.
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