Metadata constructor

Metadata(
  1. int uid,
  2. int timeStampMs
)

Constructs the Metadata.

Implementation

Metadata(this.uid, this.timeStampMs);