factory Variant.fromJson(Map<String, dynamic> json) { return Variant(name: json["name"], enabled: json["enabled"]); }