AnsweringStreak class

brainly scraper

Constructors

AnsweringStreak(Map rawData)
brainly scraper

Properties

canLotteryPointsBeClaimed bool?
brainly scraper
no setter
hashCode int
The hash code for this object.
no setterinherited
pointsForToday int?
brainly scraper
no setter
pointsForTomorrow int?
brainly scraper
no setter
progress int?
brainly scraper
no setter
progressIncreasedToday bool?
brainly scraper
no setter
rawData Map
getter/setter pair
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
toJson() Map
return original data json
toMap() Map
return original data json
toString() String
return string data encode json original data
override

Operators

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