OutputLocation constructor Null safety

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

Implementation

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