success property

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

Indicates whether the event resulted in a success.

Implementation

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