getClosure method

String getClosure()

//// Get the closure of the message.

\return the closure of the message /

Implementation

String getClosure() {
  return closure;
}