BigIntegerShape constructor

BigIntegerShape([
  1. void updates(
    1. BigIntegerShapeBuilder
    )
])

Implementation

factory BigIntegerShape([void Function(BigIntegerShapeBuilder) updates]) =
    _$BigIntegerShape;