hasCte method

  1. @protected
bool hasCte(
  1. String name
)
inherited

Implementation

@protected
bool hasCte(String name) => _cteNames.contains(name.toLowerCase());