Needle<T> constructor

Needle<T>({
  1. bool newInstance = false,
  2. bool scoppedNewInstance = false,
})

Implementation

Needle({this.newInstance = false, this.scoppedNewInstance = false}) {
  type = T;
}