copyWith method
Implementation
EmailAddressResetStateAvailable copyWith({int? waitPeriod}) =>
EmailAddressResetStateAvailable(
waitPeriod: waitPeriod ?? this.waitPeriod,
);
EmailAddressResetStateAvailable copyWith({int? waitPeriod}) =>
EmailAddressResetStateAvailable(
waitPeriod: waitPeriod ?? this.waitPeriod,
);