reason property

  1. @BuiltValueField.new(wireName: r'reason')
WebDataExemptionReasonEnum? get reason

The reason why the web data was not provided. Possible value: noOnlinePresence.

Implementation

@BuiltValueField(wireName: r'reason')
WebDataExemptionReasonEnum? get reason;