SwayzeCellsControllerCellParser<CellDataType extends SwayzeCellData> typedef
SwayzeCellsControllerCellParser<CellDataType extends SwayzeCellData> =
CellDataType Function(dynamic rawCell)
A signature of callbacks responsible to convert a cell from a raw type to
CellDataType
Implementation
typedef SwayzeCellsControllerCellParser<CellDataType extends SwayzeCellData>
= CellDataType Function(dynamic rawCell);