setIf method

void setIf(
  1. T wrapped()
)

Implementation

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