toString method

  1. @override
String toString()
override

Override the toString method to provide a string representation of the object.

Implementation

@override
String toString() {
  return 'MessageHeader${toJson()}';
}