TriggerLabel.fromJson(Map<String, dynamic> json) { color = json['color']; background = json['background']; text = json['text']; }