Key.value constructor

const Key.value(
  1. String value
)

Implementation

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