PasswordConfirmation.pure constructor

const PasswordConfirmation.pure({
  1. String password = '',
  2. String value = '',
})

Implementation

const PasswordConfirmation.pure({
  this.password = '',
  String value = '',
}) : super.pure(value);