menu
auth_management package
documentation
core.dart
Entity<Key extends EntityKey>
key property
key property
dark_mode
light_mode
key
property
Key
get
key
The key associated with the entity.
Implementation
Key get key => _key ??= makeKey();
auth_management package
documentation
core
Entity<Key extends EntityKey>
key property
Entity class