Friends class

Response from TalkApi.friends().

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

Constructors

Friends(List<Friend>? elements, int totalCount, int? favoriteCount, String? beforeUrl, String? afterUrl)
Friends.fromJson(Map<String, dynamic> json)
factory

Properties

afterUrl String?
final
beforeUrl String?
final
elements List<Friend>?
final
favoriteCount int?
Number of friends enrolled in favorites
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalCount int
final

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited