JSDate constructor

JSDate({
  1. required int epoch,
})

Implementation

external factory JSDate({required int epoch});