fromJson static method

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

Implementation

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