iv property

Preference get iv

Implementation

a.Preference get iv {
  _iv ??= a.Preference();
  return _iv!;
}