IntegerShape constructor

IntegerShape([
  1. void updates(
    1. IntegerShapeBuilder
    )
])

Implementation

factory IntegerShape([void Function(IntegerShapeBuilder) updates]) =
    _$IntegerShape;