messageBlocksSize method

int messageBlocksSize()

Implementation

int messageBlocksSize() => messageBlocks.fold(0, (p, e) => p += e.size);