toISOString method

String toISOString()

返回 ISO8601 格式的字符串

Implementation

String toISOString() {
  return _date.toIso8601String();
}