StringShape constructor

StringShape([
  1. void updates(
    1. StringShapeBuilder
    )
])

Implementation

factory StringShape([void Function(StringShapeBuilder) updates]) =
    _$StringShape;