PartialArg constructor
PartialArg({})
Implementation
PartialArg({
this.nullValue,
this.numberValue,
this.stringValue,
this.boolValue,
required this.jsonPath,
this.willContinue = false,
}) : super(fullyQualifiedName);