hasDefinition property

bool get hasDefinition

Whether this column has a definition from the ast.

Implementation

bool get hasDefinition => definition != null;