notifyUsername property

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

The username to use when accessing the notifyURL.

Implementation

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