selected property

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

If you display the PayPal lightbox with delivery methods, set to true for the delivery method that is selected. Only one delivery method can be selected at a time.

Implementation

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