TableDataList class Null safety
Constructors
-
TableDataList({String? etag, String? kind, String? pageToken, List<
TableRow> ? rows, String? totalRows}) - TableDataList.fromJson(Map json_)
Properties
- etag ↔ String?
-
A hash of this page of results.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- kind ↔ String?
-
The resource type of the response.
read / write
- pageToken ↔ String?
-
A token used for paging results.
read / write
-
rows
↔ List<
TableRow> ? -
Rows of results.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- totalRows ↔ String?
-
The total number of rows in the complete table.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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