authCode property

String? get authCode

Implementation

String? get authCode => _$this._authCode;
set authCode (String? authCode)

Implementation

set authCode(String? authCode) => _$this._authCode = authCode;