PickerFriendRequestParams class

Annotations
  • @JsonSerializable()

Constructors

PickerFriendRequestParams({String? title, bool? enableSearch = DefaultValues.enableSearch, bool? showMyProfile = DefaultValues.showMyProfile, bool? showFavorite = DefaultValues.showFavorite, bool? showPickedFriend = DefaultValues.showPickedFriend, int? maxPickableCount = DefaultValues.maxPickableCount, int? minPickableCount = DefaultValues.minPickableCount, String? returnUrl, bool? enableBackButton = DefaultValues.enableBackButton})
PickerFriendRequestParams.fromJson(Map<String, dynamic> json)
factory

Properties

enableBackButton ↔ bool?
뒤로가기 버튼 사용 여부 지정 flutter web 리다이렉트 방식 또는 Android/iOS 앱에서만 사용 가능
read / write
enableSearch ↔ bool?
친구 검색 기능 사용 여부
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
maxPickableCount ↔ int?
선택 가능한 친구 수의 최대값 (멀티 피커에만 사용 가능)
read / write
minPickableCount ↔ int?
선택 가능한 친구 수의 최소값 (멀티 피커에만 사용 가능)
read / write
returnUrl ↔ String?
선택한 친구 정보를 받을 서비스 URL flutter web 리다이렉트 방식 사용 시 필수
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
showFavorite ↔ bool?
즐겨찾기 친구 표시 여부
read / write
showMyProfile ↔ bool?
내 프로필 표시 여부
read / write
showPickedFriend ↔ bool?
선택한 친구 표시 여부 (멀티 피커에만 사용 가능)
read / write
title ↔ String?
친구 피커의 이름
read / write

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