toISODate method

String toISODate()

Implementation

String toISODate() => '${_pad(year, 4)}-${_pad(month, 2)}-${_pad(day, 2)}';