MpException.preference constructor

MpException.preference({
  1. required String message,
})

MpException.preference exception type

Implementation

factory MpException.preference({
  required String message,
}) = _PreferenceError;