PointerThisPlease<T> constructor

PointerThisPlease<T>(
  1. T value
)

Simple constructor that sets the value that can be updated by a called method.

Implementation

PointerThisPlease(this.value);