TaxId.pure constructor

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

Implementation

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