containsKey method

bool containsKey(
  1. String columnKey
)

Implementation

bool containsKey(String columnKey) => _sortMap.containsKey(columnKey);