raw property

String raw

The raw, encoded JWT string.

Implementation

String get raw => _raw ?? encode();