ServiceShape constructor

ServiceShape([
  1. void updates(
    1. ServiceShapeBuilder
    )
])

Implementation

factory ServiceShape([void Function(ServiceShapeBuilder) updates]) =
    _$ServiceShape;