action property

Implementation

PaymentResponseActionBuilder get action =>
    _$this._action ??= PaymentResponseActionBuilder();
set action (PaymentResponseActionBuilder? action)

Implementation

set action(PaymentResponseActionBuilder? action) => _$this._action = action;