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