Action<T> typedef

Action<T> = dynamic Function(T builder)

Implementation

typedef Action<T> = Function(T builder);