displayUrls property

  1. @BuiltValueField.new(wireName: r'displayUrls')
NotificationUrl? get displayUrls

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

Implementation

@BuiltValueField(wireName: r'displayUrls')
NotificationUrl? get displayUrls;