notifyPassword property

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

The password to use when accessing the notifyURL with the specified username.

Implementation

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