addDate abstract method

void addDate(
  1. DateTime? value
)

Adds a DateTime at the end of this array.

Implementation

void addDate(DateTime? value);