toString method

  1. @override
String toString()

Returns a string representation of the NotificationInterval instance.

Implementation

@override
String toString() {
  return toMap().toString().replaceAll(',', ',\n');
}