EventLabel constructor

EventLabel({
  1. String? backgroundColor,
  2. String? id,
  3. String? name,
})

Implementation

EventLabel({this.backgroundColor, this.id, this.name});