Constructor constructor

Constructor([
  1. void updates(
    1. ConstructorBuilder
    )
])

Implementation

factory Constructor([void Function(ConstructorBuilder) updates]) =
    _$Constructor;