Input$UpdateCustomerInput class
Constructors
- Input$UpdateCustomerInput.new({String? name, String? email, String? individual_id, String? birth_date, Input$AddressInput? address, String? inviter_id})
-
factory
-
Input$UpdateCustomerInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- address → Input$AddressInput?
-
no setter
- birth_date → String?
-
no setter
-
copyWith
→ CopyWith$Input$UpdateCustomerInput<
Input$UpdateCustomerInput> -
no setter
- email → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- individual_id → String?
-
no setter
- inviter_id → String?
-
no setter
- name → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override