SourceAddedEventData.fromJson(Map<String, dynamic> json) : timestamp = json['timestamp'] as int, id = json['sourceId'] as String;