FromClause constructor

const FromClause(
  1. Table<Schema, dynamic> table
)

Creates a from clause.

Implementation

const FromClause(this.table);