allowOrigin property

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

The URL where the component will appear. In your live environment, you must protect the URL with an SSL certificate and ensure that it starts with https://.

Implementation

@BuiltValueField(wireName: r'allowOrigin')
String get allowOrigin;