Label constructor

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

Implementation

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