getDecodedData method

List? getDecodedData()

Get the decoded data as a list.

Implementation

List<dynamic>? getDecodedData() {
  _decodeStack.build(listener.itemStack);
  return _decodeStack.walk();
}