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