copyWith method

GetRecoveryEmailAddress copyWith({
  1. String? password,
})

Implementation

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