tools/http_logger/utils/pretty_map library

Functions

prettyList(List list, {String indent = ' '}) String
Converts a List into a formatted, human-readable string representation.
prettyMap(Map<String, dynamic> map, {String indent = ' '}) String
Converts a Map into a formatted, human-readable string representation.