savedTags property

String savedTags

Get the saved value that the user has set for the TagsField.

Implementation

String get savedTags {
  return _preferences.get('saved_tags', defaultValue: '');
}