fromJson static method

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

Implementation

static PowerConsumptionObj? fromJson(Map<String, dynamic>? json) =>
    json != null ? _$PowerConsumptionObjFromJson(json) : null;