factory Trigger.fromJson(Map<String, dynamic> json) { return Trigger( type: json['type'], screenId: json['screenId'] ?? '', ); }