Result class

Constructors

Result()

Properties

calc_time int?
getter/setter pair
crack_times_display Map<String, String>?
getter/setter pair
crack_times_seconds Map<String, double>?
getter/setter pair
feedback ↔ Feedback
getter/setter pair
guesses int
getter/setter pair
guesses_log10 double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
password String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double?
getter/setter pair
sequence ↔ dynamic
getter/setter pair

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
operator [](String arg) → dynamic
operator []=(String key, dynamic value) → void