Username.pure constructor

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

Implementation

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