FriendsContext class

KO: 친구 목록 조회 설정
EN: Context for retrieving friend list

Constructors

FriendsContext.fromUrl(Uri url)

Properties

friendOrder FriendOrder?
KO: 페이지당 결과 수
EN: Number of results in a page
final
hashCode → int
The hash code for this object.
no setterinherited
limit → int?
KO: 페이지당 결과 수
EN: Number of results in a page
final
offset → int?
KO: 친구 목록 시작 지점
EN: Start point of the friend list
final
order Order?
KO: 정렬 방식
EN: Sorting method
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
url → Uri
KO: 친구 목록 요청 URL
EN: URL to request the friend list
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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