reason property

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

The reason that the state is being updated. >Required if the state is being disabled.

Implementation

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