factory PhoneCharging.fromJson(Map<String, dynamic> json) => PhoneCharging(interaction: Interaction.fromJson(json));