from method

dynamic from (String dbName)

Implementation

from(String dbName) {
  this.options['databaseName'] = dbName;
}