copyWith method

EmailAddressResetStatePending copyWith({
  1. int? resetIn,
})

Implementation

EmailAddressResetStatePending copyWith({int? resetIn}) =>
    EmailAddressResetStatePending(resetIn: resetIn ?? this.resetIn);