FriendsContext class

친구 목록 조회 Context

Constructors

FriendsContext({int? offset, int? limit, Order? order, FriendOrder? friendOrder})
FriendsContext.fromUrl(Uri url)

Properties

friendOrder FriendOrder?
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
limit ↔ int?
read / write
offset ↔ int?
read / write
order Order?
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
url ↔ Uri
read / write

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