success property

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

Informs about the outcome of the event (eventCode) the notification is for. If true: the event was executed successfully. If false: the event was not executed successfully.

Implementation

@BuiltValueField(wireName: r'success')
String get success;