Construct a ValueKey<String> with the given String.
ValueKey<String>
This is the simplest way to create keys.
factory Key(String value) => new ValueKey<String>(value);