Index: Source/bindings/dart/scripts/dart_types.py |
diff --git a/Source/bindings/dart/scripts/dart_types.py b/Source/bindings/dart/scripts/dart_types.py |
index 3b957673c7ca1d790f57d0f2b93c54ebc186dd09..7ae64fc6cd1edf95e2d4b077ad89c598403af4b9 100644 |
--- a/Source/bindings/dart/scripts/dart_types.py |
+++ b/Source/bindings/dart/scripts/dart_types.py |
@@ -198,6 +198,8 @@ IdlTypeBase.native_array_element_type = None |
IdlArrayOrSequenceType.native_array_element_type = property( |
lambda self: self.element_type) |
+IdlTypeBase.enum_validation_expression = property(DartUtilities.enum_validation_expression) |
+ |
def cpp_template_type(template, inner_type): |
"""Returns C++ template specialized to type, with space added if needed.""" |