enabled property

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

Indicates whether the capability is enabled. If false, the capability is temporarily disabled for the account holder.

Implementation

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