LanguageBreakdown class

A Breakdown of the Languages a repository uses.

Constructors

LanguageBreakdown(Map<String, int> data)

Properties

hashCode int
The hash code for this object.
no setterinherited
info Map<String, int>
Actual Information
no setter
names List<String>
Names of Languages Used
no setter
primary String
The Primary Language
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toList() List<List>
Creates a list of lists with a tuple of the language name and the bytes.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited