@override Map<String, Object?> valueToJson() => { 'if': cond.toJson(), 'then': then.toJson(), 'else': otherwise.toJson(), };