toJson method

  1. @override
String toJson()

Implementation

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