factory ProjectConfig.fromJson(Map<String, dynamic> json) { return ProjectConfig( jws: json['jws'] as String, id: json['id'] as String, ); }