DivertTargetValue constructor

DivertTargetValue([
  1. Path? value
])

Implementation

DivertTargetValue([Path? value]) : super(value ?? Path.NULL);