factory Payload.fromJson(Map<String, dynamic> json) { return Payload(type: json["type"], value: json["value"]); }