Enum constructor

Enum([
  1. void updates(
    1. EnumBuilder
    )
])

Implementation

factory Enum([void Function(EnumBuilder) updates]) = _$Enum;