Key constructor
const
Key(
- String value
Construct a ValueKey<String> with the given String.
Implementation
const factory Key(String value) = ValueKey<String>;
Construct a ValueKey<String> with the given String.
const factory Key(String value) = ValueKey<String>;