LabelledOccurence constructor

LabelledOccurence(
  1. String label,
  2. int occurence
)

Implementation

LabelledOccurence(
	this.label,
	this.occurence
	);