reason property

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

The reason for the status change.

Implementation

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