allAttempts property

Map<ProviderKey<dynamic, LaunchResponse>?, L?> get allAttempts

Implementation

Map<ProviderKey?, L?> get allAttempts => {
      _handledBy: _mainResponse,
      ..._otherResponses,
    };