Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2.fromJson constructor
Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2.fromJson()
Implementation
factory Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2.fromJson(
Map<String, dynamic> json,
) {
final l$id = json['id'];
final l$$__typename = json['__typename'];
return Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2(
id: ensureDashedUuidFromId(l$id),
$__typename: (l$$__typename as String),
);
}