sourceName property

  1. @override
String sourceName
override

Gets the name of the underlying symbol source. This method returns a non-null, non-empty string. If such a name is not known, this method returns {@link #UNKNOWN_SOURCE_NAME}.

Implementation

@override
String get sourceName {
  // TODO: implement getSourceName
  return IntStream.UNKNOWN_SOURCE_NAME;
}