code property

String? get code

The authorization code of a successful token response.

Implementation

String? get code => _code?.toDart;