Stamp constructor

Stamp({
  1. required int nanosec,
  2. required int sec,
})

Implementation

Stamp({required this.nanosec, required this.sec});