{%- for custom in custom_types %}
typedef {{ custom.name }} = {{ custom.ty.dart_type() }};
{%- endfor %}
