getSymbols method

ArrayList? getSymbols()

Implementation

ArrayList? getSymbols() {
  return symbols;
}