hasExistingRowClass property

bool hasExistingRowClass

Whether this table has an existing row class, meaning that moor doesn't have to generate one on its own.

Implementation

bool get hasExistingRowClass => existingRowClass != null;