result property
The evaluation result of the validation facts. Possible values: valid, invalid, notValidated, notApplicable.
Implementation
@BuiltValueField(wireName: r'result')
ValidationFactsResultEnum? get result;
The evaluation result of the validation facts. Possible values: valid, invalid, notValidated, notApplicable.
@BuiltValueField(wireName: r'result')
ValidationFactsResultEnum? get result;