hasEnterableFields static method
Implementation
static bool hasEnterableFields(TableRowCellModel cell) =>
cell.findDescendantsOfExactType(InputModel).isNotEmpty;
static bool hasEnterableFields(TableRowCellModel cell) =>
cell.findDescendantsOfExactType(InputModel).isNotEmpty;