DocumentShape constructor

DocumentShape([
  1. void updates(
    1. DocumentShapeBuilder
    )
])

Implementation

factory DocumentShape([void Function(DocumentShapeBuilder) updates]) =
    _$DocumentShape;