PreferencesContract constructor

PreferencesContract({
  1. bool? enabled,
})

Returns a new PreferencesContract instance.

Implementation

PreferencesContract({
  this.enabled,
});