setSource method

void setSource(
  1. String value
)

Sets the source (context) name.

  • value a new source (context) name.

Implementation

void setSource(String value) {
  source = value;
}