TimeStamp constructor

const TimeStamp({
  1. required BigInt timestampNanos,
})

Implementation

const TimeStamp({required this.timestampNanos});