hasColumn method

bool hasColumn(
  1. String name
)

Check if a column exists

Implementation

bool hasColumn(String name) => _hasColumn(name);