Valpi class

Constructors

Valpi(String apiKey, String server, {String locale = "en-GB", int verbose = 1})

Properties

apiKey String
final
hashCode int
The hash code for this object. [...]
read-only, inherited
locale String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
server String
final
verbose int
final

Methods

getAvailableLocales() Future<List<String>>
getData(String unEncodedPath) Future<Response>
getServerId() Future<String>
getServerName() Future<String>
getValActId(int act) Future<String>
getValLeaderBoardDataByActId(String id) Future<List<Players>>
getValLeaderBoardPlayerData(int act) Future<List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited
valContent() Future<Response>
valStatus() Future<Response>

Operators

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