VariantInfo.fromJson(Map<String, dynamic> json) { name = json['name']; value = json['value']; weight = json['weight']; }