business property

Factory get business

Implementation

a.Factory get business {
  _business ??= a.Factory();
  return _business!;
}