BigDecimalShape constructor

BigDecimalShape([
  1. void updates(
    1. BigDecimalShapeBuilder
    )
])

Implementation

factory BigDecimalShape([void Function(BigDecimalShapeBuilder) updates]) =
    _$BigDecimalShape;