Timestamp constructor

Timestamp(
  1. String value
)

Creates a new UniversalTimestamp instance

Implementation

Timestamp(this.value);