menu
hashlib package
documentation
codecs.dart
CryptData
versionInt method
versionInt method
dark_mode
light_mode
versionInt
method
int
?
versionInt
(
)
Get the version as integer
Implementation
int? versionInt() => version == null ? null : int.tryParse(version!);
hashlib package
documentation
codecs
CryptData
versionInt method
CryptData class