menu
askar_wrapper_dart
askar_wrapper_dart.dart
Entry
value property
value
dark_mode
light_mode
value
property
String
get
value
Gets the value of the entry as a string.
Implementation
String get value => utf8.decode(rawValue);
askar_wrapper_dart
askar_wrapper_dart
Entry
value property
Entry class