Field constructor

Field(String _tableName, String _fieldName)

Implementation

Field(this._tableName, this._fieldName);