setInjected method

void setInjected(
  1. bool injected
)

Implementation

void setInjected(bool injected) {
  this.injected = injected;
}