paymentAuthenticationUseCase property

String? get paymentAuthenticationUseCase

Implementation

String? get paymentAuthenticationUseCase =>
    _$this._paymentAuthenticationUseCase;
set paymentAuthenticationUseCase (String? paymentAuthenticationUseCase)

Implementation

set paymentAuthenticationUseCase(String? paymentAuthenticationUseCase) =>
    _$this._paymentAuthenticationUseCase = paymentAuthenticationUseCase;