menu
crypt package
documentation
crypt.dart
Crypt
type property
type property
dark_mode
light_mode
type
property
String
get
type
Algorithm used by the crypt.
Allowed values:
idSha256
or
idSha256
.
Implementation
String get type => _type;
crypt package
documentation
crypt
Crypt
type property
Crypt class