bool property

Business get bool

Implementation

a.Business get bool {
  _bool ??= a.Business();
  return _bool!;
}