Pointer constructor

Pointer({
  1. String? dollarRef,
})

Returns a new Pointer instance.

Implementation

Pointer({
  this.dollarRef,
});