copyWith method
Implementation
SetAuthenticationEmailAddress copyWith({
String? emailAddress,
}) =>
SetAuthenticationEmailAddress(
emailAddress: emailAddress ?? this.emailAddress,
);
SetAuthenticationEmailAddress copyWith({
String? emailAddress,
}) =>
SetAuthenticationEmailAddress(
emailAddress: emailAddress ?? this.emailAddress,
);