ApplePayContactName class
Contact name data for Apple pay
- Annotations
-
- @freezed
Constructors
- ApplePayContactName({String? familyName, String? namePrefix, String? nameSuffix, String? givenName, String? middleName, String? nickname})
-
constfactory
-
ApplePayContactName.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $ApplePayContactNameCopyWith<
ApplePayContactName> -
no setterinherited
- familyName → String?
-
no setterinherited
- givenName → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- middleName → String?
-
no setterinherited
- namePrefix → String?
-
no setterinherited
- nameSuffix → String?
-
no setterinherited
- nickname → String?
-
no setterinherited
- 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> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited