OperationShape constructor

OperationShape([
  1. void updates(
    1. OperationShapeBuilder
    )
])

Implementation

factory OperationShape([void Function(OperationShapeBuilder) updates]) =
    _$OperationShape;