TimeStamp constructor
const
TimeStamp({
- required BigInt timestampNanos,
Implementation
const TimeStamp({required this.timestampNanos});
const TimeStamp({required this.timestampNanos});