Blueprint constructor

Blueprint(
  1. String _table
)

Creates a new Blueprint for the given table name.

Implementation

Blueprint(this._table);