factory ComputeResponse.fromJson(Map<String, dynamic> json) { return ComputeResponse( simulationUnitLimit: json['simulationUnitLimit'] as int?, ); }