notifyURL property

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

The URL to which the notifications are to be sent.

Implementation

@BuiltValueField(wireName: r'notifyURL')
String? get notifyURL;