Password.pure constructor

const Password.pure([
  1. String value = ''
])

Implementation

const Password.pure([super.value = '']) : super.pure();