menu
darkbio_crypto package
documentation
cwt.dart
Claims
operator [] method
operator [] method
dark_mode
light_mode
operator []
method
Object
?
operator []
(
int
key
)
Gets a custom claim by its integer key.
Implementation
Object? operator [](int key) => _map[key];
darkbio_crypto package
documentation
cwt
Claims
operator [] method
Claims class