PointerThisPlease<T> constructor
Null safety
- T value
Simple constructor that sets the value that can be updated by a called method.
Implementation
PointerThisPlease(this.value);
Simple constructor that sets the value that can be updated by a called method.
PointerThisPlease(this.value);