Creates a new PKPass object from a given Uint8List.
factory PKPass.fromBytes(Uint8List data) => PKPass._(data: data);