Nodes class

brainly scraper

Constructors

Nodes(Map rawData)
brainly scraper

Properties

attachments List<Object?>?
brainly scraper
no setter
canComment bool?
brainly scraper
no setter
comments Comments?
brainly scraper
no setter
content String?
brainly scraper
no setter
created String?
brainly scraper
no setter
databaseId int?
brainly scraper
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
brainly scraper
no setter
isBest bool?
brainly scraper
no setter
isConfirmed bool?
brainly scraper
no setter
points int?
brainly scraper
no setter
qualityScore Object?
brainly scraper
no setter
ratesCount int?
brainly scraper
no setter
rawData Map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verification 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