ImageHash({ required this.resolution, required this.depth, Uint8List? hashList, }) : hashList = hashList ?? Uint8List(resolution * resolution * 4);