toIso8601 method

String toIso8601()

Format DateTime as ISO 8601

Implementation

String toIso8601() {
  return toIso8601String();
}