Author class

brainly scraper

Constructors

Author(Map rawData)
brainly scraper

Properties

answererLevel String?
brainly scraper
no setter
answeringStreak AnsweringStreak?
brainly scraper
no setter
avatar Avatar?
brainly scraper
no setter
bestAnswersCount int?
brainly scraper
no setter
bestAnswersCountInLast30Days int?
brainly scraper
no setter
created String?
brainly scraper
no setter
databaseId int?
brainly scraper
no setter
description String?
brainly scraper
no setter
friends Friends?
brainly scraper
no setter
gender String?
brainly scraper
no setter
hashCode int
The hash code for this object.
no setterinherited
helpedUsersCount int?
brainly scraper
no setter
id String?
brainly scraper
no setter
nick String?
brainly scraper
no setter
points int?
brainly scraper
no setter
questions Questions?
brainly scraper
no setter
rank Rank?
brainly scraper
no setter
rawData Map
getter/setter pair
receivedThanks int?
brainly scraper
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
specialRanks List<Object?>?
brainly scraper
no setter

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