RankingData class

Class that contains the data of the ranking.

Constructors

RankingData()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

avatar List<String>
read / write
elo List<int>
read / write
numPaginas int
read / write
rank List<int>
read / write
username List<String>
read / write

Static Methods

add(String avatar, String username, int elo, int rank) → void
restart() → void

Constants

itemsPorPagina → const int
10