IsolateExit constructor

IsolateExit([
  1. dynamic updates(
    1. IsolateExitBuilder
    )
])

Implementation

factory IsolateExit([Function(IsolateExitBuilder) updates]) = _$IsolateExit;