LaunchResults<L extends LaunchResponse> constructor
LaunchResults<L extends LaunchResponse> (
- L? _mainResponse,
- ProviderKey<
dynamic, LaunchResponse> ? _handledBy, - Map<
ProviderKey< _otherResponsesdynamic, LaunchResponse> ?, L?>
Implementation
LaunchResults(this._mainResponse, this._handledBy, this._otherResponses)
: _frozen = true;