HotTablet constructor

HotTablet({
  1. String? endKey,
  2. String? endTime,
  3. String? name,
  4. double? nodeCpuUsagePercent,
  5. String? startKey,
  6. String? startTime,
  7. String? tableName,
})

Implementation

HotTablet({
  this.endKey,
  this.endTime,
  this.name,
  this.nodeCpuUsagePercent,
  this.startKey,
  this.startTime,
  this.tableName,
});