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