factory Mixin.fromJson(Map<String, dynamic> json) { return Mixin(name: json['name'], root: json['root']); }