channel property

Implementation

PaymentMethodsRequestChannelEnum? get channel => _$this._channel;
set channel (PaymentMethodsRequestChannelEnum? channel)

Implementation

set channel(PaymentMethodsRequestChannelEnum? channel) =>
    _$this._channel = channel;