preference property

Factory get preference

Implementation

b.Factory get preference {
  _preference ??= b.Factory();
  return _preference!;
}