words property

List<int> get words

Returns a copy of the words as a fixed-length list for compact inspection.

Implementation

List<int> get words => <int>[word0, word1, word2, word3];