LabelParameterVersionResult constructor

LabelParameterVersionResult({
  1. List<String>? invalidLabels,
  2. int? parameterVersion,
})

Implementation

LabelParameterVersionResult({
  this.invalidLabels,
  this.parameterVersion,
});