TimestampResponse constructor

const TimestampResponse(
  1. ASN1Sequence _asn1
)

Creates a Timestamp from an ASN1Sequence.

Implementation

const TimestampResponse(this._asn1);