$$EmployeePositionTableReferences constructor

$$EmployeePositionTableReferences(
  1. _$SharedDatabase $_db,
  2. TableInfo<$EmployeePositionTable, EmployeePositionData> $_table,
  3. TypedResult $_typedResult
)

Implementation

$$EmployeePositionTableReferences(
  super.$_db,
  super.$_table,
  super.$_typedResult,
);