PrefHeader constructor

PrefHeader({
  1. required Pref pref,
})

Implementation

PrefHeader({required Pref pref}) : super(pref: pref);