PickerFriendRequestParams class
KO: 피커 설정
EN: Options for the picker
- Annotations
-
- @JsonSerializable()
Constructors
-
PickerFriendRequestParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enableBackButton ↔ bool?
-
KO: 뒤로 가기 버튼 사용 여부, 리다이렉트 방식 웹 또는 네이티브 앱에서만 사용 가능
EN: Enables the back button, available for web with redirect method or native appgetter/setter pair - enableSearch ↔ bool?
-
KO: 검색 기능 사용 여부
EN: Enables the search functiongetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- maxPickableCount ↔ int?
-
KO: 선택 가능한 최대 대상 수
EN: Maximum pickable countgetter/setter pair - minPickableCount ↔ int?
-
KO: 선택 가능한 최소 대상 수
EN: Minimum pickable countgetter/setter pair - returnUrl ↔ String?
-
KO: 친구 정보를 받을 URL, 리다이렉트 방식 웹 사용 시 필수
EN: URL to get the friend information, required for web with redirect methodgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showFavorite ↔ bool?
-
KO: 즐겨찾기 친구 표시 여부
EN: Marks on favorite friendsgetter/setter pair - showMyProfile ↔ bool?
-
KO: 내 프로필 표시 여부
EN: Displays my profilegetter/setter pair - showPickedFriend ↔ bool?
-
KO: 선택한 친구 표시 여부, 멀티 피커에만 사용 가능
EN: Displays selected friends for multi-pickergetter/setter pair - title ↔ String?
-
KO: 피커 이름
EN: Name of the pickergetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited