getSql method

String? getSql()

Get the sql command.

Implementation

String? getSql() {
  var sql = argumentsMap['sql'] as String?;
  return sql;
}