Friends class

KO: 친구 목록
EN: Friend list

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

Properties

afterUrl ⊟ String?
KO: 다음 페이지 URL
EN: URL for the next page
final
beforeUrl ⊟ String?
KO: 이전 페이지 URL
EN: URL for the prior page
final
elements ⊟ List<Friend>?
KO: 친구 목록
EN: Friend list
final
favoriteCount ⊟ int?
KO: 즐겨찾기 친구 수
EN: Number of favorite friends
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
KO: 친구 수
EN: Number of friends
final

Methods

noSuchMethod(Invocation invocation) ⊟ dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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