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