hasDefinition property

bool hasDefinition

Whether this column has a definition from the ast.

Implementation

bool get hasDefinition => definition != null;