DateTime addMinutes(int minutes) { if (this == null) throw Exception("DateTime is null"); return this!.add(Duration(minutes: minutes)); }