int property

Factory get int

Implementation

c.Factory get int {
  _int ??= c.Factory();
  return _int!;
}