PhoneCharging.fromJson constructor

PhoneCharging.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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