dataRequirement property

List<DataRequirement>? dataRequirement
inherited

dataRequirement If the evaluation could not be completed due to lack of information, or additional information would potentially result in a more accurate response, this element will a description of the data required in order to proceed with the evaluation. A subsequent request to the service should include this data.

Implementation

List<DataRequirement>? get dataRequirement =>
    throw _privateConstructorUsedError;