eventLocalUrls property

  1. @BuiltValueField.new(wireName: r'eventLocalUrls')
BuiltList<Url>? get eventLocalUrls

One or more local URLs to send event notifications to when using Terminal API.

Implementation

@BuiltValueField(wireName: r'eventLocalUrls')
BuiltList<Url>? get eventLocalUrls;