factory Conditions.fromMap(Map<String, dynamic> json) => Conditions( type: json["type"], value: Value.fromMap(json["value"]), );