GeneralConstants class

Miscellaneous of parameters used in the app. Its fields are

trialDuration Duration in milliseconds of the trial test

testDuration Duration in milliseconds of the official test

countDownDuration Seconds each number is on screen in the countdown

toolbarHeightRatio Ratio by which the total screen height is divided to obtain the appbar height

symbols1 Set of symbols number 1

symbols1String Symbols1 as an only string

symbols2 Set of symbols number 2

symbols2String Symbols 2 as an only string

appVersion Version number of the app

Constructors

GeneralConstants.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

appVersion → const String
countDownDuration → const int
symbols1 → const List<String>
symbols1String → const String
symbols2 → const List<String>
symbols2String → const String
testDuration → const int
toolbarHeightRatio → const int
trialDuration → const int