state property

String? get state

The string value that your application uses to maintain state between your authorization request and the response.

Implementation

String? get state => _state?.toDart;