getBytes method

List<int>? getBytes()

Implementation

List<int>? getBytes() {
  return hash;
}