IDCardPDF417DocumentField constructor

IDCardPDF417DocumentField(
  1. IDCardPDF417DocumentFieldType? type,
  2. String? value
)

Implementation

IDCardPDF417DocumentField(this.type, this.value);