getChunksFromMessage method

List<String> getChunksFromMessage()

Implementation

List<String> getChunksFromMessage() {
  return robotData.chunks;
}