update method

void update(
  1. TableStats stats
)

Implementation

void update(TableStats stats) => _stats[stats.tableName] = stats;