CommerceUser class
Commerce 사용자 정보 모델
Constructors
- CommerceUser({String membershipType = 'guest', String? userId, String? name, String? phone, String? email})
-
CommerceUser.fromJson(Map<
String, dynamic> json) -
factory
Properties
- email ↔ String?
-
이메일
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- membershipType ↔ String
-
회원 타입 (guest, member 등)
getter/setter pair
- name ↔ String?
-
사용자 이름
getter/setter pair
- phone ↔ String?
-
전화번호
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId ↔ String?
-
사용자 ID
getter/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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited