toJson method

String toJson()

Implementation

String toJson() {
  return dateTime.toUtc().toIso8601String();
}