SEPADocumentField constructor

SEPADocumentField(
  1. SEPADocumentFieldType? type,
  2. String? value
)

Implementation

SEPADocumentField(this.type, this.value);