StartDate constructor

const StartDate({
  1. required BigInt date,
})

Implementation

const StartDate({required this.date});