string property

Business get string

Implementation

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