getSource method

String? getSource()

Gets the source (context) name.

Return the source (context) name.

Implementation

String? getSource() {
  return source;
}