prefName method

String prefName(
  1. UserPrefKey key
)

Implementation

String prefName(UserPrefKey key) {
  return "$keyPrefix${key.name}";
}