toList method

List<int> toList()

Returns a 16-element List that contains the value of this instance.

Implementation

List<int> toList() => _guidValue.bytes.toList();