eventUrls property

  1. @BuiltValueField.new(wireName: r'eventUrls')
EventUrl? get eventUrls

The list of local and public URLs to send event notifications to when using Terminal API.

Implementation

@BuiltValueField(wireName: r'eventUrls')
EventUrl? get eventUrls;