ValueKey constructor Null safety

const ValueKey(
  1. String value
)

Implementation

const factory ValueKey(final String value) = _$ValueKey;