key property

Preference get key

Implementation

b.Preference get key {
  _key ??= b.Preference();
  return _key!;
}