bool property

Factory get bool

Implementation

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