Day constructor

const Day(
  1. int value
)

Constructs an instance of Day.

Implementation

const Day(this.value);