setIf method

void setIf(
  1. T wrapped()
)

Implementation

void setIf(T Function() wrapped) {
  _wrapped ??= wrapped();
}