version property

int get version

Version of the token encoding.

Implementation

int get version => _data!['version'] as int;