SavePrefsEvent constructor

const SavePrefsEvent(
  1. String name,
  2. bool val
)

Implementation

const SavePrefsEvent(this.name, this.val);