formatted property

String get formatted

Implementation

String get formatted => all.entries.map((e) => "${e.key}: ${e.value}").join('\n');