Label constructor

Label({
  1. String? id,
  2. String? name,
  3. String? prefix,
})

Implementation

Label({this.id, this.name, this.prefix});