today static method

dynamic today()

Implementation

static today() {
  return DateTime.now().toIso8601String().substring(0, 10);
}