complement property
Uint8List
get
complement
Implementation
Uint8List get complement => Uint8List.fromList(map((e) => ~e).toList());
Uint8List get complement => Uint8List.fromList(map((e) => ~e).toList());