DoubleShape constructor

DoubleShape([
  1. void updates(
    1. DoubleShapeBuilder
    )
])

Implementation

factory DoubleShape([void Function(DoubleShapeBuilder) updates]) =
    _$DoubleShape;