requested property

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

Indicates whether the capability is requested. To check whether the account holder is permitted to use the capability, refer to the allowed field.

Implementation

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