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