StateValue<T> constructor Null safety

StateValue<T>(
  1. String key,
  2. T? value
)