connectionInfo property

Map<String, dynamic>? connectionInfo

Information about the client connection.

Throws HttpProfileRequestError if hasError is true.

Implementation

Map<String, dynamic>? get connectionInfo => _returnIfNoError(_connectionInfo);