Table class

A single table.

NextId: 7

Constructors

Table({List<ColumnDescription>? columns, String? createTime, String? displayName, String? name, List<SavedView>? savedViews, String? updateTime})
Table.fromJson(Map _json)

Properties

columns List<ColumnDescription>?
List of columns in this table.
getter/setter pair
createTime String?
Time when the table was created.
getter/setter pair
displayName String?
The human readable title of the table.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the table.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedViews List<SavedView>?
Saved views for this table.
getter/setter pair
updateTime String?
Time when the table was last updated excluding updates to individual rows
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