random property

Business get random

Implementation

a.Business get random {
  _random ??= a.Business();
  return _random!;
}