AAMVADocumentSubfileField constructor

AAMVADocumentSubfileField(
  1. AAMVARecordFieldType? type,
  2. String? typeString,
  3. String? value,
  4. String? rawValue,
)

Implementation

AAMVADocumentSubfileField(
    this.type, this.typeString, this.value, this.rawValue);