copyWith method

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

Implementation

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