connectionInfo property
Information about the client connection.
Throws HttpProfileRequestError if hasError
is true
.
Implementation
Map<String, dynamic>? get connectionInfo => _returnIfNoError(_connectionInfo);
Information about the client connection.
Throws HttpProfileRequestError if hasError
is true
.
Map<String, dynamic>? get connectionInfo => _returnIfNoError(_connectionInfo);