Creates a condition from a JSON object.
factory Condition.fromJson(Map<String, dynamic> json) => _$ConditionFromJson(json);