PrefException constructor

PrefException(
  1. String key,
  2. String message
)

Implementation

PrefException(this.key, this.message);