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 pagefinal - beforeUrl → String?
-
KO: 이전 페이지 URL
EN: URL for the prior pagefinal -
elements
→ List<
Friend> ? -
KO: 친구 목록
EN: Friend listfinal - favoriteCount → int?
-
KO: 즐겨찾기 친구 수
EN: Number of favorite friendsfinal - 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 friendsfinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited