ValuePointer<T> constructor

ValuePointer<T>([
  1. T? value
])

Implementation

ValuePointer([this.value]);