Power$KilojoulePerSecond.fromJson constructor

Power$KilojoulePerSecond.fromJson(
  1. Map<String, dynamic> json
)

If there is no matched key, returning with 0 value

Implementation

factory Power$KilojoulePerSecond.fromJson(
  Map<String, dynamic> json,
) =>
    Power$KilojoulePerSecond.from(
      Power.fromJson(json),
    );