PrefsErrorState constructor

const PrefsErrorState(
  1. {String message}
)

Implementation

const PrefsErrorState({this.message});