Key.value constructor

const Key.value(
  1. String value
)

Creates a ValueKey with the given value.

Implementation

const factory Key.value(String value) = ValueKey<String>;