info property

Map<String, int> info

Actual Information

This is a Map of the Language Name to the Number of Bytes of that language in the repository.

Implementation

Map<String, int> get info => _data;