missingMandatoryFields property

List<FieldType>? missingMandatoryFields
getter/setter pair

List of fields that were expected on the document but were missing.

Implementation

List<FieldType>? missingMandatoryFields;