publicUrls property

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

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

Implementation

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