pbBytes property
Uint8List
get
pbBytes
Implementation
Uint8List get pbBytes => hash.length == 0
? Uint8List.fromList(List<int>.generate(20, (i) => 0))
: writeToBuffer();
Uint8List get pbBytes => hash.length == 0
? Uint8List.fromList(List<int>.generate(20, (i) => 0))
: writeToBuffer();