doesTableExist method

bool doesTableExist(
  1. String tableName
)

Implementation

bool doesTableExist(String tableName) => _tableNameMap.containsKey(tableName);