namespace property

  1. @BuiltValueField.new(wireName: r'namespace')
String? get namespace

The namespace for the reason code.

Implementation

@BuiltValueField(wireName: r'namespace')
String? get namespace;