data property
List<HTTPLoggerData>
get
data
A list of all HTTPLoggerData entries currently stored in the logger.
This getter provides access to the logged data, allowing external components to retrieve and display HTTP transaction information.
Implementation
List<HTTPLoggerData> get data => _data;