Stats class

Constructors

Stats({required Map<String, dynamic> stats})

Properties

acceptedAnnotations int?
no setter
contributors int?
no setter
hashCode int
The hash code for this object.
no setterinherited
hot bool?
no setter
iqEarners int?
no setter
pageviews int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats Map<String, dynamic>
Returns the stats data
no setter
transcribers int?
no setter
unreviewedAnnotations int?
no setter
verifiedAnnotations int?
no setter

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