id property

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

Unique identifier of the allowed origin.

Implementation

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