DateUnit constructor

const DateUnit({
  1. required int rawValue,
})

Implementation

const DateUnit({required this.rawValue});