getMessage method

String getMessage()

Gets the human readable message.

Returns the result message.

Implementation

String getMessage() {
  return _message!;
}