Table class

数据库表

English: Define a table for database, that it has name and columns with all of unit.

中文: 为数据库定义一个表,该表具有名称和包含所有单元的列。

日本語: データベースのテーブルを定義します。

Available extensions

Constructors

Table(String name, {List<Unit> columns = const <Unit>[]})

Properties

columns List<Unit>
Table column, object mapping. Each variable is a unit.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Table Name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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