of method

IDataStore<Map> of(
  1. String tableName
)

Implementation

IDataStore<Map> of(String tableName) => new MapDrivenDataStore(tableName);