domain property

  1. @BuiltValueField.new(wireName: r'domain')
ErrorDetailDomainEnum? get domain

The domain in which the error occurred.

Implementation

@BuiltValueField(wireName: r'domain')
ErrorDetailDomainEnum? get domain;