getDistribuo function

Distribuo getDistribuo()

Implementation

Distribuo getDistribuo() {
  _distribuo ??= Distribuo();
  return _distribuo!;
}