DivePointer constructor

const DivePointer(
  1. String? trackingUuid,
  2. dynamic pointer
)

Implementation

const DivePointer(this.trackingUuid, this.pointer);