locked property
Set to true
if the user has to authenticate before using the setting, for security purposes.
Use for something like deleting an account, or before showing sensitive data.
Implementation
final bool locked;
Set to true
if the user has to authenticate before using the setting, for security purposes.
Use for something like deleting an account, or before showing sensitive data.
final bool locked;