result property

  1. @BuiltValueField.new(wireName: r'result')
ValidationFactsResultEnum? get result

The evaluation result of the validation facts. Possible values: valid, invalid, notValidated, notApplicable.

Implementation

@BuiltValueField(wireName: r'result')
ValidationFactsResultEnum? get result;