string property

Factory get string

Implementation

d.Factory get string {
  _string ??= d.Factory();
  return _string!;
}