BaseAttributeKvEntry constructor

BaseAttributeKvEntry(
  1. KvEntry kv,
  2. int lastUpdateTs
)

Implementation

BaseAttributeKvEntry(this.kv, this.lastUpdateTs);