getDecodedHints method

List<dataHints> getDecodedHints()

Get the decoded hints. Note you must call getDecodedData() before getting the hints.

Implementation

List<dataHints> getDecodedHints() {
  return _decodeStack.hints.toList;
}