Preference constructor

Preference(
  1. String key
)

Implementation

Preference(final String key) : super(key);