static RequiredSchema fromJson(Map<String, dynamic> json) { return RequiredSchema(name: "toolkit"); }