Dia.fromDateTime constructor

Dia.fromDateTime(
  1. DateTime d
)

Implementation

Dia.fromDateTime(DateTime d) {
  data = d;
}