isFromSql property

bool isFromSql

Whether this table was created from an CREATE TABLE statement instead of a Dart class.

Implementation

bool get isFromSql => _overriddenName != null;