Report class

Constructors

Report({List<String>? averages, List<ReportHeaders>? headers, String? kind, List<List<String>>? rows, String? totalMatchedRows, List<String>? totals, List<String>? warnings})
Report.fromJson(Map json_)

Properties

averages List<String>?
The averages of the report.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers List<ReportHeaders>?
The header information of the columns requested in the report.
getter/setter pair
kind String?
Kind this is, in this case adsensehost#report.
getter/setter pair
rows List<List<String>>?
The output rows of the report.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalMatchedRows String?
The total number of rows matched by the report request.
getter/setter pair
totals List<String>?
The totals of the report.
getter/setter pair
warnings List<String>?
Any warnings associated with generation of the report.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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