success property

  1. @BuiltValueField.new(wireName: r'success')
bool? get success

The outcome of the event which the notification is about. Set to either true or false.

Implementation

@BuiltValueField(wireName: r'success')
bool? get success;