profileReference property

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

The profile to apply to this permit (when using the shared permits model).

Implementation

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