double property

Factory get double

Implementation

b.Factory get double {
  _double ??= b.Factory();
  return _double!;
}