PresetLabel constructor

const PresetLabel(
  1. String id,
  2. String label
)

Implementation

const PresetLabel(this.id, this.label);