Key.value constructor Null safety

  1. @Implements<LocalKey>()
const Key.value(
  1. String value
)

Implementation

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