OutputLocation constructor

OutputLocation([
  1. void updates(
    1. OutputLocationBuilder b
    )
])

Implementation

factory OutputLocation([void Function(OutputLocationBuilder b) updates]) =
    _$OutputLocation;