build property

T get build

Implementation

T get build {
  if (condition) {
    return onBuild;
  } else {
    return onFeedBack;
  }
}