FriendsContext class
KO: 친구 목록 조회 설정
EN: Context for retrieving friend list
Constructors
- FriendsContext.fromUrl(Uri url)
Properties
- friendOrder → FriendOrder?
-
KO: 페이지당 결과 수
EN: Number of results in a pagefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- limit → int?
-
KO: 페이지당 결과 수
EN: Number of results in a pagefinal - offset → int?
-
KO: 친구 목록 시작 지점
EN: Start point of the friend listfinal - order → Order?
-
KO: 정렬 방식
EN: Sorting methodfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → Uri
-
KO: 친구 목록 요청 URL
EN: URL to request the friend listfinal
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