threeDSResult property

String? get threeDSResult

Implementation

String? get threeDSResult => _$this._threeDSResult;
set threeDSResult (String? threeDSResult)

Implementation

set threeDSResult(String? threeDSResult) =>
    _$this._threeDSResult = threeDSResult;