Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2.fromJson constructor

Mutation$UpdateRmsCurrentMaxPerPhaseV2$updateRmsCurrentMaxPerPhaseAmpereV2.fromJson(
  1. Map<String, dynamic> json
)

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),
  );
}